Example #1
0
 public ArticleAddOrUpdateResponseDto(TheDebateApp.Models.Article entity)
     : base(entity)
 {
 }
 public ArticleDto(TheDebateApp.Models.Article entity)
 {
     this.Id    = entity.Id;
     this.Title = entity.Title;
 }