Exemplo n.º 1
0
 public async Task <bool> ExistsAsync(Duplicate data) => await _context.ExistsAsync <Unit>(data);
Exemplo n.º 2
0
 public Task <bool> ExistsAsync(ParentDuplicate data) => _context.ExistsAsync <Organization>(data);
Exemplo n.º 3
0
 public async Task <bool> ExistsAsync(Duplicate data) => await _context.ExistsAsync <ProductCategory>(data);
Exemplo n.º 4
0
 public Task <bool> ExistsAsync(Duplicate data) => _context.ExistsAsync <AccountYear>(data);