MongoRepository(T, TKey).GetById Method

MongoRepository

MongoRepositoryT, TKeyGetById Method
Overload List
  Name Description
Public method GetById(ObjectId)
Returns the T by its given id.
Public method GetById(TKey)
Returns the T by its given id.
Top
See Also