some work for loading a workspace

This commit is contained in:
2024-09-06 16:55:04 +02:00
parent f0f63a1895
commit 5e678db077
7 changed files with 114 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
namespace ModpackUpdater.Apps.Manager.Api.Model;
public class WorkspaceConfig
public abstract class WorkspaceConfig
{
public string ProviderId { get; internal set; } = "origin.unknown";
public abstract string DisplayText { get; }
}