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

            return(controller);
        }