コード例 #1
0
ファイル: ReadOnlyRepository.cs プロジェクト: rusith/OPS
 public virtual int Count(IRepoQuery query)
 {
     return(Conn.Count(query));
 }