示例#1
0
 public DataSet GetInvoiceDetailsBySUpplAndStatus(int SupplTypeId, string suppltypename, int categoryId, int Status)
 {
     return(_objDALInvoice.GetInvoiceDetailsBySUpplAndStatus(SupplTypeId, suppltypename, categoryId, Status));
 }