This commit is contained in:
@@ -6,7 +6,7 @@ using Newtonsoft.Json;
|
||||
namespace AyaNova.Models
|
||||
{
|
||||
|
||||
public class dtUser//used to return user object without auth related fields in UserGet route
|
||||
public class dtUser : ICoreBizObjectModel//used to return user object without auth related fields in UserGet route
|
||||
{
|
||||
public dtUser()
|
||||
{
|
||||
@@ -29,7 +29,7 @@ namespace AyaNova.Models
|
||||
public List<string> Tags { get; set; }
|
||||
}//eoc
|
||||
|
||||
public class User
|
||||
public class User : ICoreBizObjectModel
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user