Пример #1
0
        public static GetInventoryAccountIdController Fixture()
        {
            GetInventoryAccountIdController controller = new GetInventoryAccountIdController(new GetInventoryAccountIdRepository(), "", new LoginView());

            return(controller);
        }
 public static GetInventoryAccountIdController Fixture()
 {
     GetInventoryAccountIdController controller = new GetInventoryAccountIdController(new GetInventoryAccountIdRepository(), "", new LoginView());
     return controller;
 }