InkForge/app/InkForge.Desktop/Services/WorkspaceContext.cs

6 lines
108 B
C#

namespace InkForge.Desktop.Services;
public class WorkspaceContext
{
public string DbPath { get; set; }
}