Esempio n. 1
0
        public static IList <PayableInvoiceModel> GetInvoices(long sobId)
        {
            IList <PayableInvoiceModel> modelList = service.GetAll(AuthenticationHelper.CompanyId.Value, sobId).Select(x => new PayableInvoiceModel(x)).ToList();

            return(modelList);
        }