Пример #1
0
 public DataTable GetUpdateProductPrice(int TypeOfOperation)
 {
     return(Product_DL.GetUpdateProductPrice(TypeOfOperation));
 }