예제 #1
0
 public DataSet GetMachineDrop(int BatchNo, int WeekNo)
 {
     return(reportsDataAccess.GetMachineDrop(BatchNo, WeekNo));
 }