Merge Common to Desktop
This commit is contained in:
parent
26915defe1
commit
e9c6e14965
40 changed files with 447 additions and 282 deletions
8
app/InkForge.Desktop/Models/Workspace.cs
Normal file
8
app/InkForge.Desktop/Models/Workspace.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace InkForge.Desktop.Models;
|
||||
|
||||
public class Workspace(IServiceScope scope)
|
||||
{
|
||||
public IServiceProvider ServiceProvider => scope.ServiceProvider;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue