Apply Cleanup and Refactor some models ...
This commit is contained in:
@@ -12,6 +12,6 @@ namespace xModels.Dtos
|
|||||||
public class XResourceDto : XBaseDto
|
public class XResourceDto : XBaseDto
|
||||||
{
|
{
|
||||||
public string Resource { get; set; }
|
public string Resource { get; set; }
|
||||||
public ICollection<XLocaleResourceDto> Locales { get; set; } = new HashSet<XLocaleResourceDto>();
|
public IEnumerable<XLocaleResourceDto> Locales { get; set; } = new HashSet<XLocaleResourceDto>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,4 +1,3 @@
|
|||||||
using System.Collections;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using xCommons.Extensions;
|
using xCommons.Extensions;
|
||||||
|
|||||||
Reference in New Issue
Block a user