コード例 #1
0
 public async Task <Client> GetById(Guid id)
 {
     return(await repo.FindById(id) ?? throw new EntityNotFoundException());
 }