Example #1
0
 public List <EmsReport> GetEmsReport(string fromDate, string toDate, string transNo, string studentId, string schoolId, string branchCode, string dateType)
 {
     return(emsRepository.GetEmsReport(fromDate, toDate, transNo, studentId, schoolId, branchCode, dateType));
 }