Exemplo n.º 1
0
 public MainWindow()
 {
     InitializeComponent();
     _factory = new FactoryServices();
 }
Exemplo n.º 2
0
 public FactoryController(IFactoryServices factoryServices)
 {
     _factoryServices = factoryServices;
 }