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

            return(controller);
        }