Esempio n. 1
0
        public static GetPartyTypeIdByPartyIdController Fixture()
        {
            GetPartyTypeIdByPartyIdController controller = new GetPartyTypeIdByPartyIdController(new GetPartyTypeIdByPartyIdRepository(), "", new LoginView());

            return(controller);
        }
 public static GetPartyTypeIdByPartyIdController Fixture()
 {
     GetPartyTypeIdByPartyIdController controller = new GetPartyTypeIdByPartyIdController(new GetPartyTypeIdByPartyIdRepository(), "", new LoginView());
     return controller;
 }