Пример #1
0
 public AutoDto FindByIdAuto(int autoId)
 {
     return(autoService.FindById(autoId));
 }