Ejemplo n.º 1
0
 public async Task <List <Customer> > GetBySupportRepIdAsync(int id,
                                                             CancellationToken ct = default) => await _context.GetCustomerBySupportRepIdAsync(id);