Пример #1
0
 public P GetAndProjectOne <T, P>(Expression <Func <T, P> > projectionParameter, Expression <Func <T, bool> > searchParameters, IMongoDBStateContext stateContext = null) where T : class
 {
     return(context.FindAndProjectOne <T, P>(projectionParameter, searchParameters, stateContext));
 }