コード例 #1
0
 /// <summary>
 /// Gets the implementation.
 /// </summary>
 /// <param name="mongoSession">The mongo session.</param>
 /// <returns></returns>
 public object GetImplementation(IMongoSessionImplementor mongoSession)
 {
     return mongoSession.GetById(this.EntityType, this.Id);
 }