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

            return(controller);
        }