Пример #1
0
 public async Task <ContractAggregate> GetItem(Guid id)
 {
     return(await _repo.GetItem(id));
 }