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