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

            return(controller);
        }