Пример #1
0
 public List <TypeWiseReportVM> FindType(string fromDate, string toDate)
 {
     return(aTestGateway.FindType(fromDate, toDate));
 }