Exemplo n.º 1
0
 public static ScholorshipTypeController Fixture()
 {
     ScholorshipTypeController controller = new ScholorshipTypeController(new ScholorshipTypeRepository(), "", new LoginView());
     return controller;
 }
Exemplo n.º 2
0
        public static ScholorshipTypeController Fixture()
        {
            ScholorshipTypeController controller = new ScholorshipTypeController(new ScholorshipTypeRepository(), "", new LoginView());

            return(controller);
        }