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

            return(controller);
        }