Пример #1
0
 public IEnumerable <string> GetTenantIds()
 {
     return(_tenantCheckpoints.Select(x => x.TenantId));
 }