Beispiel #1
0
 /// <summary>
 /// 获取单个实体
 /// </summary>
 /// <param name="predicate">查询条件</param>
 /// <returns></returns>
 public TEntity Single(Expression <Func <TEntity, bool> > predicate)
 {
     return(_wrapper.Single(predicate));
 }