예제 #1
0
 public IEnumerable <Deviation> GetCurrentMonthDeviationsByReporter(string reporterName)
 {
     return(repository.GetCurrentDeviations(reporterName));
 }