start new controllers
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace zero.Models;
|
||||
|
||||
public class ZeroIdEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// Id of the entity
|
||||
/// </summary>
|
||||
public string Id { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user