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