예제 #1
0
 public virtual TEntity GetItem(TKey key)
 {
     return(Func(v => EFHelper.FindOne <TEntity>(DbQuery(v), key)));
 }