Beispiel #1
0
 public DataSet GetAlloationList(string WAREHOUSE_CODE, string PRODUCT_CODE, int startIndex, int endIndex)
 {
     return(dal.GetAlloationList(WAREHOUSE_CODE, PRODUCT_CODE, startIndex, endIndex));
 }