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

            return(controller);
        }