public static GetCashAccountIdController Fixture()
 {
     GetCashAccountIdController controller = new GetCashAccountIdController(new GetCashAccountIdRepository(), "", new LoginView());
     return controller;
 }
Beispiel #2
0
        public static GetCashAccountIdController Fixture()
        {
            GetCashAccountIdController controller = new GetCashAccountIdController(new GetCashAccountIdRepository(), "", new LoginView());

            return(controller);
        }