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

            return(controller);
        }