Пример #1
0
 public HomeController()
 {
     _automationService = new AutomationService();
 }
 public ManagePanelController()
 {
     _automationService = new AutomationService();
 }