예제 #1
0
 public int QueryNotifyReplyCount(QueryNotifyReplyForm form)
 {
     return(DaoHelper.GetCount <QueryNotifyReplyForm, Reply>(Mapper, form, "Reply.QueryNotifyReply"));
 }