public AppToolController()
 {
     logic = new ToolLogic();
 }
 /// <summary>
 /// Contstructor for the controller
 /// </summary>
 public ToolAdminController()
 {
     this.logic = new BL.ToolLogic();
 }
Exemplo n.º 3
0
 public ToolsController()
 {
     logic = new ToolLogic();
 }