Пример #1
0
 public async Task <IActionResult> DirectorInfo(int id)
 {
     return(Ok(await _infoService.DirectorInfo(id)));
 }