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