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

            return(controller);
        }