last ...
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using xCategoryService.Models.Dtos;
|
||||
using xModels.Base;
|
||||
using xModels.Dtos;
|
||||
|
||||
namespace xCategoryService.Providers.Dtos
|
||||
{
|
||||
/// <summary>
|
||||
/// Represent a Category by all of it's Resources ...
|
||||
/// </summary>
|
||||
public class XCategoryResourceDto : XBaseDto
|
||||
{
|
||||
public XCategoryDto Item { get; set; }
|
||||
public XResourceDto Titles { get; set; }
|
||||
public XResourceDto Descriptions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user