示例#1
0
 public OrgMgtHelper(OrgMgtSer client)
 {
     _client = client;
 }
示例#2
0
 public OrgMgtHelper(CompositionContainer Container)
 {
     _client = new OrgMgtSer(Container);
 }
示例#3
0
 public OrgMgtHelper(string str_ConfigName)
 {
     _client = new OrgMgtSer();
 }