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