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