Пример #1
0
 public async Task <bool> CodeNotExists(string code)
 {
     return(!_saleRepository.Exists(x => x.Code == code));
 }