Move models to core.

This commit is contained in:
2020-08-22 13:36:39 +01:00
parent ad4bbdc417
commit 94e7c9af84
8 changed files with 47 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ using System.Threading.Tasks;
using JetBrains.Annotations;
using Microsoft.DotNet.PlatformAbstractions;
using ReactiveUI;
using RomRepoMgr.Models;
using RomRepoMgr.Core.Models;
using RomRepoMgr.Views;
namespace RomRepoMgr.ViewModels