Пример #1
0
 public async Task <IActionResult> GetAsync(int id)
 {
     return(responseConverter.GetResponse(await userCRUDService.GetAsync(id)));
 }