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

            return(controller);
        }