Dasboard und Workspace-Anlage
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace ZahlenAnalyse.Web.Models;
|
||||
|
||||
public interface IOwnedEntity
|
||||
{
|
||||
string OwnerId { get; set; }
|
||||
}
|
||||
|
||||
public interface IAuditableEntity
|
||||
{
|
||||
string CreatedBy { get; set; }
|
||||
DateTime CreatedAt { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user