Beispiel #1
0
 public NoticeViewModel(NoticeDto dto)
 {
     dto.MapTo(this);
 }