Ejemplo n.º 1
0
 public DataSet GetBatchWinLoss(int BatchNo, int WeekNo)
 {
     return(reportsDataAccess.GetBatchWinLoss(BatchNo, WeekNo));
 }