예제 #1
0
 public IEnumerable <Deviation> GetDeviationsByReportId(int id)
 {
     return(_deviationRepository.GetDeviationsByReportId(id));
 }