示例#1
0
 /// <summary>
 /// 
 /// </summary>
 /// <param name="proxy"></param>
 public ProfilesProvider(Proxies.ProfileServiceClient proxy)
 {
     _client = proxy;
 }
示例#2
0
 /// <summary>
 /// 
 /// </summary>
 public ProfilesProvider()
 {
     _client = new Proxies.ProfileServiceClient();
 }