Ejemplo n.º 1
0
 public async Task <TenantDto> GetDetails(long id)
 {
     return(await _tenantAppService.GetTenantById(id));
 }