コード例 #1
0
 public static PostStockAdjustmentController Fixture()
 {
     PostStockAdjustmentController controller = new PostStockAdjustmentController(new PostStockAdjustmentRepository(), "", new LoginView());
     return controller;
 }
コード例 #2
0
        public static PostStockAdjustmentController Fixture()
        {
            PostStockAdjustmentController controller = new PostStockAdjustmentController(new PostStockAdjustmentRepository(), "", new LoginView());

            return(controller);
        }