예제 #1
0
 public EmployeesController()
 {
     this.action = StructuremapMvc.StructureMapDependencyScope.Container.GetInstance <IEmployeesAction>();
 }
예제 #2
0
 public EmployeesController(IEmployeesAction action)
 {
     this.action = action;
 }