public static GetTopSellingProductsOfAllTimeController Fixture()
 {
     GetTopSellingProductsOfAllTimeController controller = new GetTopSellingProductsOfAllTimeController(new GetTopSellingProductsOfAllTimeRepository(), "", new LoginView());
     return controller;
 }
Esempio n. 2
0
        public static GetTopSellingProductsOfAllTimeController Fixture()
        {
            GetTopSellingProductsOfAllTimeController controller = new GetTopSellingProductsOfAllTimeController(new GetTopSellingProductsOfAllTimeRepository(), "", new LoginView());

            return(controller);
        }