Пример #1
0
 public JoinPlToVpToProd()
 {
     mInnerPurLine       = new PurLine();
     mInnerVendorProduct = new VendorProduct();
     mInnerProduct       = new Product();
 }
Пример #2
0
 public JoinPlToVpToProd(PurLine innerPurLine, VendorProduct innerVendorProduct, Product innerProduct)
 {
     mInnerPurLine       = innerPurLine;
     mInnerVendorProduct = innerVendorProduct;
     mInnerProduct       = innerProduct;
 }