コード例 #1
0
ファイル: CommonBD.cs プロジェクト: rainyyunni/RainyArch
 public virtual int GetCountByQuery(Expression <Func <T, bool> > where)
 {
     return(_dao.GetCountByQuery(where));
 }