示例#1
0
 public Tenant GetById(Guid tenantId)
 {
     return(_tenantStorage.GetById(tenantId));
 }