Esempio n. 1
0
 static public void ApproveTenant(string tenantName)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         channel.ApproveTenant(tenantName);
     }
 }