public static GetExchangeRateController Fixture()
 {
     GetExchangeRateController controller = new GetExchangeRateController(new GetExchangeRateRepository(), "", new LoginView());
     return controller;
 }
Ejemplo n.º 2
0
        public static GetExchangeRateController Fixture()
        {
            GetExchangeRateController controller = new GetExchangeRateController(new GetExchangeRateRepository(), "", new LoginView());

            return(controller);
        }