Ejemplo n.º 1
0
 public async Task <ActionResult <List <Tenant> > > GetTenants()
 {
     return(Ok(await _tenantRepository.GetAll()));
 }