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

            return(controller);
        }