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