Exemple #1
0
 public bool DeleteSupplierPriceListFile(ViewModel.tblSupplierPriceListFile SupplierPriceListFile)
 {
     return(sqlHelper.RunProcedure("sp_tblSupplierPriceListFile_Delete", SupplierPriceListFile, true) > 0);
 }
Exemple #2
0
 public bool UpdateRatioSupplierPriceListFile(ViewModel.tblSupplierPriceListFile SupplierPriceListFile)
 {
     return(sqlHelper.RunProcedure("sp_tblSupplierPriceListFile_UpdateRatio", SupplierPriceListFile, true) > 0);
 }
Exemple #3
0
 public bool ChangeSortInSupplierPriceFile(ViewModel.tblSupplierPriceListFile SupplierPriceListFile)
 {
     return(sqlHelper.RunProcedure("sp_tblSupplierPriceListFile_UpdateSort", SupplierPriceListFile) > 0);
 }
Exemple #4
0
 public JArray GetSupplierPriceListFile(ViewModel.tblSupplierPriceListFile SupplierPriceListFile)
 {
     return(sqlHelper.ReturnJsonData("sp_tblSupplierPriceListFile_GetSupplierPriceListFile", SupplierPriceListFile));
 }