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