예제 #1
0
 public bool UpdateRatioPeyvastPriceFile(ViewModel.tblPeyvastPriceFile PeyvastPriceFile)
 {
     return(sqlHelper.RunProcedure("sp_tblPeyvastPriceFile_UpdateRatio", PeyvastPriceFile, true) > 0);
 }
예제 #2
0
 public bool DeletePeyvastPriceFile(ViewModel.tblPeyvastPriceFile PeyvastPriceFile)
 {
     return(sqlHelper.RunProcedure("sp_tblPeyvastPriceFile_Delete", PeyvastPriceFile, true) > 0);
 }
예제 #3
0
 public bool ChangeSortInPeyvastFile(ViewModel.tblPeyvastPriceFile PeyvastPriceFile)
 {
     return(sqlHelper.RunProcedure("sp_tblPeyvastPriceFile_UpdateSort", PeyvastPriceFile) > 0);
 }
예제 #4
0
 public bool AddPeyvastPriceFile(ViewModel.tblPeyvastPriceFile PeyvastPriceFile)
 {
     return(sqlHelper.RunProcedure("sp_tblPeyvastPriceFile_Insert", PeyvastPriceFile, true) > 0);
 }
예제 #5
0
 public JArray CheckPartNumberInPeyvastPriceFile(ViewModel.tblPeyvastPriceFile PeyvastPriceFile)
 {
     return(sqlHelper.ReturnJsonData("sp_tblPeyvastPriceFile_CheckPartNumberInPeyvastPriceFile", PeyvastPriceFile));
 }
예제 #6
0
 public JArray GetStockValuePeyvast(ViewModel.tblPeyvastPriceFile PeyvastPriceFile)
 {
     return(sqlHelper.ReturnJsonData("sp_tblPeyvastPriceFile_GetStockValueFromLastOne", PeyvastPriceFile));
 }
예제 #7
0
 public JArray GetPeyvastPriceFile(ViewModel.tblPeyvastPriceFile PeyvastPriceFile)
 {
     return(sqlHelper.ReturnJsonData("sp_tblPeyvastPriceFile_GetPeyvastPriceFile", PeyvastPriceFile));
 }