Exemple #1
0
 public ThemeAddOrUpdateResponseDto(Live.Models.Theme entity)
     : base(entity)
 {
 }
Exemple #2
0
 public ThemeDto(Live.Models.Theme entity)
 {
     this.Id   = entity.Id;
     this.Name = entity.Name;
 }