public static PartyTypeSelectorViewController Fixture()
 {
     PartyTypeSelectorViewController controller = new PartyTypeSelectorViewController(new PartyTypeSelectorViewRepository(), "", new LoginView());
     return controller;
 }
Example #2
0
        public static PartyTypeSelectorViewController Fixture()
        {
            PartyTypeSelectorViewController controller = new PartyTypeSelectorViewController(new PartyTypeSelectorViewRepository(), "", new LoginView());

            return(controller);
        }