Пример #1
0
 public async Task <IActionResult> GetAktualisKor()
 {
     return(Json(new { Kor = await _globalService.GetKor() }));
 }