Wino.Server and Wino.Packaging projects. Enabling full trust for UWP and app service connection manager basics.
This commit is contained in:
6
Wino.Messages/Server/DraftMapped.cs
Normal file
6
Wino.Messages/Server/DraftMapped.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
namespace Wino.Messages.Server
|
||||
{
|
||||
public record DraftMapped(string LocalDraftCopyId, string RemoteDraftCopyId) : IServerMessage;
|
||||
}
|
||||
Reference in New Issue
Block a user