public static ScholorshipController Fixture() { ScholorshipController controller = new ScholorshipController(new ScholorshipRepository(), "", new LoginView()); return(controller); }
public static ScholorshipController Fixture() { ScholorshipController controller = new ScholorshipController(new ScholorshipRepository(), "", new LoginView()); return controller; }