Пример #1
0
 public IActionResult SpecialityCount()
 {
     return(Ok(_specialtyAppService.CountEntity()));
 }