Esempio n. 1
0
        public static GetPeriodsController Fixture()
        {
            GetPeriodsController controller = new GetPeriodsController(new GetPeriodsRepository(), "", new LoginView());

            return(controller);
        }
 public static GetPeriodsController Fixture()
 {
     GetPeriodsController controller = new GetPeriodsController(new GetPeriodsRepository(), "", new LoginView());
     return controller;
 }