Added author to shape model

This commit is contained in:
Veljko Tosic
2026-02-09 23:48:54 +01:00
parent 1f6af52f14
commit 0d08a64e6f
9 changed files with 37 additions and 8 deletions

View File

@@ -13,6 +13,9 @@ public class Shape
public Guid WhiteboardId { get; set; }
public Whiteboard.Whiteboard Whiteboard { get; set; } = null!;
public Guid AuthorId { get; set; }
public User.User Author { get; set; } = null!;
public ShapeType Type { get; set; }
public int PositionX { get; set; }