Пример #1
0
 public async Task <CarManufacturerDTO> GetManufacturerByIdAsync(int id)
 {
     return(await manufacturerRepository.GetManufacturerByIdAsync(id));
 }