Пример #1
0
 public IActionResult GetEmployeesStats()
 {
     return(Ok(_statsService.GetEmployeesStats()));
 }