public static EmploymentStatusController Fixture() { EmploymentStatusController controller = new EmploymentStatusController(new EmploymentStatusRepository(), "", new LoginView()); return controller; }
public static EmploymentStatusController Fixture() { EmploymentStatusController controller = new EmploymentStatusController(new EmploymentStatusRepository(), "", new LoginView()); return(controller); }