예제 #1
0
 public void CopyMinimumAreasFromSourceToTargetHomes(string sourcehomeid, string targethomeidstring, string usercode)
 {
     client = new SQSAdminServiceClient();
     client.Endpoint.Address = new System.ServiceModel.EndpointAddress(CommonVariables.WcfEndpoint);
     client.SQSAdmin_HomeMinimumArea_CopyMinimumAreasFromSourceHomeToTargetHome(sourcehomeid, targethomeidstring, usercode);
     client.Close();
 }