コード例 #1
0
ファイル: BALInvoice.cs プロジェクト: waheed258/rapti_dev
 public DataSet GetInvoiceList(int companyId, int BranchId, int createdBy)
 {
     return(_objDALInvoice.Get_InvoiceList(companyId, BranchId, createdBy));
 }