Пример #1
0
 public async Task <IActionResult> Get([FromRoute] Guid id)
 {
     return(Ok(await _service.FindFirstByIdAsync(id)));
 }