public static CurrencyScrudViewController Fixture()
 {
     CurrencyScrudViewController controller = new CurrencyScrudViewController(new CurrencyScrudViewRepository(), "", new LoginView());
     return controller;
 }
Exemplo n.º 2
0
        public static CurrencyScrudViewController Fixture()
        {
            CurrencyScrudViewController controller = new CurrencyScrudViewController(new CurrencyScrudViewRepository(), "", new LoginView());

            return(controller);
        }