Пример #1
0
 public List <Failure> GetFailures(int id)
 {
     return(Failurerepository.GetFailuresByMachineId(id));
 }