add to git

This commit is contained in:
David Meincke
2023-05-12 09:43:35 +02:00
commit 3fa130d282
64 changed files with 431 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
namespace CodeEditorApi
{
public class Session
{
public Guid Id { get; set; }
public int NumberOfChanges { get; set; }
}
}