Ejemplo n.º 1
0
 public Task <IEnumerable <CustomerDto> > GetAllCustomers()
 {
     return(_getCustomersQuery.Execute());
 }