コード例 #1
0
 public ActionResult Find(ProjectSearchForm searchForm)
 {
     return PartialView("_ProjectList", Query(new GetProjectListQuery(searchForm)));
 }
コード例 #2
0
 /// <summary>
 /// constructor
 /// </summary>
 public ProjectSearchViewModel()
 {
     SearchForm = new ProjectSearchForm();
     Result = new List<ProjectSearchResultItem>();
 }