Пример #1
0
 public DataSet GetBatchWinLoss(int BatchNo, int WeekNo)
 {
     return(reports.GetBatchWinLoss(BatchNo, WeekNo));
 }