Exemple #1
0
 /// <summary>
 /// 获取记录数
 /// </summary>
 public int GetCount(Func <T, bool> exp)
 {
     return(dao.GetCount(exp));
 }