public static CountSalesController Fixture()
 {
     CountSalesController controller = new CountSalesController(new CountSalesRepository(), "", new LoginView());
     return controller;
 }
Example #2
0
        public static CountSalesController Fixture()
        {
            CountSalesController controller = new CountSalesController(new CountSalesRepository(), "", new LoginView());

            return(controller);
        }