コード例 #1
0
 private async Task PopulateCategoryPageAsync(CategoryIndexModel model)
 {
     model.Paging.PageClickFunction = "comdy.category.search({0})";
     model.PopulateCreatedUser(await _userService.GetReferencesAsync());
 }