Пример #1
0
 public IActionResult GetById(int id)
 {
     return(Ok(_specialtyAppService.Get(id)));
 }