Exemple #1
0
 static public Tenant[] GetAllTenants()
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetAllTenants());
     }
 }