Esempio n. 1
0
 public async Task <IActionResult> Get(Guid tenantId)
 {
     return(Ok(await _tenantsDataProvider.GetTenantByIdAsync(tenantId)));
 }