Пример #1
0
 public async Task <Service> GetByIdWithImages(int id)
 {
     return(await serviceService.GetByIdWithImages(id));
 }