public static EmploymentStatusController Fixture()
 {
     EmploymentStatusController controller = new EmploymentStatusController(new EmploymentStatusRepository(), "", new LoginView());
     return controller;
 }
예제 #2
0
        public static EmploymentStatusController Fixture()
        {
            EmploymentStatusController controller = new EmploymentStatusController(new EmploymentStatusRepository(), "", new LoginView());

            return(controller);
        }