Refactoring XReference Mechanism ...
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using xDataService.Models;
|
||||
using xModels.Base;
|
||||
|
||||
namespace xTagService.Models.Dtos
|
||||
@@ -7,6 +8,6 @@ namespace xTagService.Models.Dtos
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Tag { get; set; }
|
||||
public IList<string> References = new List<string>();
|
||||
public IList<XReference<string>> References = new List<XReference<string>>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user