public PartForSubProductController()
 {
     this.className = "PartForSubProduct";
     LoadFile();
     partController       = new PartController();
     subProductController = new SubProductController();
 }
Exemplo n.º 2
0
 public SubProductForTransactionController()
 {
     this.className = "SubProductForTransaction";
     LoadFile();
     subProductController = new SubProductController();
     quoteController      = new QuoteController();
     saleController       = new SaleController();
 }