Esempio n. 1
0
 public OrgMgtHelper(OrgMgtSer client)
 {
     _client = client;
 }
Esempio n. 2
0
 public OrgMgtHelper(CompositionContainer Container)
 {
     _client = new OrgMgtSer(Container);
 }
Esempio n. 3
0
 public OrgMgtHelper(string str_ConfigName)
 {
     _client = new OrgMgtSer();
 }