(function (I, D) { I.loadOrdersFromUpload = async function (file) { const text = await file.text(); return D.parseCSV(text); }; })(window.App.Infrastructure, window.App.Domain);