Generic Controller Test
This commit is contained in:
10
LaDOSE.Src/LaDOSE.Entity/Context/Entity.cs
Normal file
10
LaDOSE.Src/LaDOSE.Entity/Context/Entity.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace LaDOSE.Entity.Context
|
||||
{
|
||||
public class Entity
|
||||
{
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user