Exemple #1
0
 /// <summary>
 /// Compiles the posting record set.
 /// </summary>
 /// <param name="postDate">The post date.</param>
 /// <param name="selectedPostTypes">The selected post types.</param>
 /// <param name="userId">The user id.</param>
 /// <returns>the dataset</returns>
 public PostingData CompilePostingRecordSet(DateTime postDate, string selectedPostTypes, int userId)
 {
     return(WSHelper.CompilePostingRecordSet(postDate, selectedPostTypes, userId));
 }