Remove unused DTO

pull/9538/head
Berkan Sasmaz 4 years ago
parent c8319ebc1d
commit 0bfa18e832

@ -1,14 +0,0 @@
using System;
using Volo.Abp.Application.Dtos;
namespace Volo.Docs.Admin.Documents
{
public class DocumentWithoutDetailsDto : EntityDto<Guid>
{
public virtual string Version { get; set; }
public virtual string LanguageCode { get; set; }
public virtual string Format { get; set; }
}
}
Loading…
Cancel
Save