示例#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));
 }