protected Controller1(ITestBL bl)
 {
     this.bl = bl;
 }
Ejemplo n.º 2
0
 public ServiceController(ITestBL testBL)
 {
     _testBL = testBL;
 }
Ejemplo n.º 3
0
 public TestController(ITestBL testBL)
 {
     this.BL = testBL;
     //this.CurrentModelType = typeof(Model.Candidate);
 }