コード例 #1
0
 public IEnumerable <string> GetAllTenants()
 {
     return(items.Select(x => x.Tenant).Distinct());
 }