Web Api layout
This commit is contained in:
parent
5619093f41
commit
da6d5576bf
32 changed files with 515 additions and 29 deletions
8
shared/InkForge.Data/Infrastructure/NoteEntities.cs
Normal file
8
shared/InkForge.Data/Infrastructure/NoteEntities.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
using InkForge.Data.Domain;
|
||||
|
||||
namespace InkForge.Data.Infrastructure
|
||||
{
|
||||
public class NoteEntity : Entity<Note, int>;
|
||||
|
||||
public class NoteVersionEntity : VersionedEntity<Note, int>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue