public static PartyTypeScrudViewController Fixture() { PartyTypeScrudViewController controller = new PartyTypeScrudViewController(new PartyTypeScrudViewRepository(), "", new LoginView()); return controller; }
public static PartyTypeScrudViewController Fixture() { PartyTypeScrudViewController controller = new PartyTypeScrudViewController(new PartyTypeScrudViewRepository(), "", new LoginView()); return(controller); }