MongoRepository documentation
MongoRepositoryT, TKeyGetById Method |
Overload List
Name | Description | |
---|---|---|
GetById(ObjectId) |
Returns the T by its given id.
|
|
GetById(TKey) |
Returns the T by its given id.
|
See Also