RepositoryTKey, TValueGetAll Method |
Returns all entities T from the repository
Namespace:
Crosser.Common.Utilities.Persistence
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax public static IEnumerable<TValue> GetAll()
Return Value
Type:
IEnumerableTValueAll entities in this repository
See Also