public ThreadSanitizationDetailsModel(Thread thread)
     :base(thread)
 {
     SetAvailableStatuses();
     SelectedStatus = thread.SanitizationStatus;
 }
示例#2
0
 public ThreadDetailsMenuModel(Thread thread,ICollection<MenuButtons> activeButtons, Post post)
 {
     Thread = thread;
     ActiveButtons = activeButtons;
     Post = post;
 }
示例#3
0
 public ThreadDetailsModel(Thread thread)
 {
     Thread = thread;
 }