last works on XString Service for Entities and Dtos ...
This commit is contained in:
@@ -2,9 +2,8 @@ using xModels.Base;
|
||||
|
||||
namespace xStringService.Models.Dtos
|
||||
{
|
||||
public class XStringDto : XBaseDto
|
||||
public class XStringDto : XBaseIntIDEntityDto
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Language { get; set; }
|
||||
public string ResourceTitle { get; set; }
|
||||
public string TranslatedValue { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user