Used `AuditedEntityDto` instead of manually

pull/13657/head
malik masis 3 years ago
parent 6235870bfc
commit 11d791cd58

@ -1,13 +1,12 @@
using System;
using Volo.Abp.Application.Dtos;
namespace Volo.CmsKit.Public.GlobalResources;
[Serializable]
public class GlobalResourceDto
public class GlobalResourceDto : AuditedEntityDto
{
public string Name { get; set; }
public string Value { get; set; }
public DateTime? LastModificationTime { get; set; }
}
Loading…
Cancel
Save