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