public OpListQueryParams() { PagedParams = new PagedListQueryParams(); AuthParams = new AuthenticationQueryParams() { CanReadSubItemOfOthers = true, CanReadSubItemOfCrew = true, CanReadSubItemOfSelf = true }; }
public BackEndLogListQueryParams() { PagedParams = new PagedListQueryParams(); AuthParams = new AuthenticationQueryParams(); }
public DeptListQueryParams() { PagedParams = new PagedListQueryParams(); AuthParams = new AuthenticationQueryParams(); }
public ArticleVideoListQueryParams() { PagedParams = new PagedListQueryParams(); AuthParams = new AuthenticationQueryParams(); }
public SearchResultListQueryParams() { PagedParams = new PagedListQueryParams(); }
public ArticlePictureListQueryParams() { PagedParams = new PagedListQueryParams(); AuthParams = new AuthenticationQueryParams(); }
public AttachFileListQueryParams() { PagedParams = new PagedListQueryParams(); AuthParams = new AuthenticationQueryParams(); }
public ArticleValidListQueryParams() { PagedParams = new PagedListQueryParams(); }