예제 #1
0
 public async Task <FindTenantResultDto> FindTenantByIdAsync(Guid id)
 {
     return(await _abpTenantAppService.FindTenantByIdAsync(id));
 }
예제 #2
0
 public async Task <FindTenantResultDto> FindTenantByIdAsync(Guid id)
 {
     return(await _abpTenantAppService.FindTenantByIdAsync(id).ConfigureAwait(false));
 }