public FloorController()
 {
     factory = new FinishingSystemFactory();
 }
Example #2
0
 public RuloController(IWebHostEnvironment webHostEnvironment, IOptions <AppSettings> appSettings)
 {
     this.webHostEnvironment = webHostEnvironment;
     this.appSettings        = appSettings.Value;
     factory = new FinishingSystemFactory();
 }
 public TestCategoryController()
 {
     factory = new FinishingSystemFactory();
 }
Example #4
0
 public MachineController()
 {
     factory = new FinishingSystemFactory();
 }
 public TestResultController()
 {
     factory = new FinishingSystemFactory();
 }
Example #6
0
 public AccountController()
 {
     this.factory = new FinishingSystemFactory();
 }
Example #7
0
 public OriginCategoryController()
 {
     factory = new FinishingSystemFactory();
 }
 public DefinationProcessController()
 {
     factory = new FinishingSystemFactory();
 }
Example #9
0
 public SampleDetailController()
 {
     factory = new FinishingSystemFactory();
 }
 public RuloProcessController()
 {
     factory = new FinishingSystemFactory();
 }