Update Lang Version to 12 ...
Fix and Complete XCategory and XSubCategory Services and Service Implementations ...
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using xCategoryService.Models.Dtos;
|
||||
using xModels.Base;
|
||||
using xModels.Dtos;
|
||||
|
||||
namespace xCategoryService.Providers.Dtos
|
||||
{
|
||||
public class XSubCategoryResourceDto : XBaseDto
|
||||
{
|
||||
public XSubCategoryDto Item { get; set; }
|
||||
public XResourceDto Titles { get; set; }
|
||||
public XResourceDto Descriptions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user