public static ScholorshipTypeController Fixture()
 {
     ScholorshipTypeController controller = new ScholorshipTypeController(new ScholorshipTypeRepository(), "", new LoginView());
     return controller;
 }
Exemple #2
0
        public static ScholorshipTypeController Fixture()
        {
            ScholorshipTypeController controller = new ScholorshipTypeController(new ScholorshipTypeRepository(), "", new LoginView());

            return(controller);
        }