public List <PandSSoldToCustomersEntity> GetAllSalesInvoice() { IPandSSoldToCustomersDAL pandsSoldDAl = new PandSSoldToCustomersDAL(); var Invoicelist = pandsSoldDAl.GetAllSalesInvoice(); return(Invoicelist); }
public List <PandSSoldToCustomersEntity> GetPandSSoldToCustomersList() { IPandSSoldToCustomersDAL pandsSoldDAl = new PandSSoldToCustomersDAL(); return(pandsSoldDAl.GetAllSalesInvoice()); }