Пример #1
0
 public DataTable GetDetailsAllPriceswithDate(int typeofoperation, int Qty, DateTime createdDate)
 {
     return(Product_DL.GetDetailsAllPriceswithDate(typeofoperation, Qty, createdDate));
 }