new note window
This commit is contained in:
parent
da302af8bf
commit
ec98d53f48
5 changed files with 167 additions and 0 deletions
11
Sledgemapper.Shared/Entities/Note.cs
Normal file
11
Sledgemapper.Shared/Entities/Note.cs
Normal file
|
@ -0,0 +1,11 @@
|
|||
namespace Sledgemapper.Shared.Entities
|
||||
{
|
||||
|
||||
|
||||
public class Note :BaseMapEntity
|
||||
{
|
||||
public string Text { get; set; }
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue