Example #1
0
 public DataSet GetInvocieDetailsBySupplierLevel(int SupplTypeId, string suppltypename, int Status)
 {
     return(_objDALInvoice.GetInvocieDetailsBySupplierLevel(SupplTypeId, suppltypename, Status));
 }