예제 #1
0
        public static GetMonthEndDateController Fixture()
        {
            GetMonthEndDateController controller = new GetMonthEndDateController(new GetMonthEndDateRepository(), "", new LoginView());

            return(controller);
        }
 public static GetMonthEndDateController Fixture()
 {
     GetMonthEndDateController controller = new GetMonthEndDateController(new GetMonthEndDateRepository(), "", new LoginView());
     return controller;
 }