This commit is contained in:
15
server/AyaNova/models/dto/TagMapGroupInfo.cs
Normal file
15
server/AyaNova/models/dto/TagMapGroupInfo.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using AyaNova.Biz;
|
||||
|
||||
namespace AyaNova.Models
|
||||
{
|
||||
|
||||
//Used by TagGroup controller to map a group of tags to an object
|
||||
public class TagMapGroupInfo
|
||||
{
|
||||
public long TagGroupId { get; set; }
|
||||
public long TagToObjectId { get; set; }
|
||||
public AyaType TagToObjectType { get; set; }
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@@ -2,7 +2,7 @@ using AyaNova.Biz;
|
||||
|
||||
namespace AyaNova.Models
|
||||
{
|
||||
|
||||
//Used by Tag controller to map a tag to an object
|
||||
public class TagMapInfo
|
||||
{
|
||||
public long TagId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user