示例#1
0
 public AuthorDto(Live.Models.Author entity)
 {
     this.Id   = entity.Id;
     this.Name = entity.Name;
 }
 public AuthorAddOrUpdateResponseDto(Live.Models.Author entity)
     : base(entity)
 {
 }