예제 #1
0
 public ProductType()
 {
     using (ProductTypeServiceClient client = new ProductTypeServiceClient())
     {
         Proxy = client.CreateProductType();
         client.Close();
     }
 }