示例#1
0
 public List <Information_EX> GetModelListByKeywordList(int ReplyType, string Keyword, string ToUserName)
 {
     return(_set.GetModelListByKeywordList(ReplyType, Keyword, ToUserName));
 }