Пример #1
0
 public MachineEntry(IUnityContainer container, UIState state, Machine entry)
     : this()
 {
     this.container = new MasterEntryContainer<Machine>(container, state, entry);
 }
Пример #2
0
 public ProductEntry(IUnityContainer container, UIState state, Product entry)
     : this()
 {
     this.container = new MasterEntryContainer<Product>(container, state, entry);
 }