public static GetCurrencyCodeByPartyIdController Fixture()
 {
     GetCurrencyCodeByPartyIdController controller = new GetCurrencyCodeByPartyIdController(new GetCurrencyCodeByPartyIdRepository(), "", new LoginView());
     return controller;
 }
示例#2
0
        public static GetCurrencyCodeByPartyIdController Fixture()
        {
            GetCurrencyCodeByPartyIdController controller = new GetCurrencyCodeByPartyIdController(new GetCurrencyCodeByPartyIdRepository(), "", new LoginView());

            return(controller);
        }