6 lines
108 B
C#
6 lines
108 B
C#
namespace InkForge.Desktop.Services;
|
|
|
|
public class WorkspaceContext
|
|
{
|
|
public string DbPath { get; set; }
|
|
}
|