Example #1
0
 //ctor
 public DetailPostDto()
 {
     Bloggers       = new DropDownListType();
     UserChosenTags = new MultiSelectListType();
 }