Example #1
0
 public ValuesController(DummyDbContext dbContext, IUselessity uselessity)
 {
     this.dbContext  = dbContext;
     this.uselessity = uselessity;
 }
Example #2
0
 public InitialTest()
 {
     this.uselessity = new Uselessity();
 }