示例#1
0
 public SuggestionBoxViewModel()
 {
     Departments = new DropDownModel();
     Departments.SetDropDownList();
     Comments = new CommentModel();
 }