public async Task <FindTenantResultDto> FindTenantByIdAsync(Guid id) { return(await _abpTenantAppService.FindTenantByIdAsync(id)); }
public async Task <FindTenantResultDto> FindTenantByIdAsync(Guid id) { return(await _abpTenantAppService.FindTenantByIdAsync(id).ConfigureAwait(false)); }