sharparchitecture / Sharp-Architecture

S#arp Architecture: ASP.NET MVC Best Practices with NHibernate
http://sharparchitecture.github.io/
Other
591 stars 152 forks source link

Add class constraint to IRepository<T> #197

Closed cd21h closed 4 years ago

cd21h commented 4 years ago

There are base class EntityWithTypedId and interface IEntityWithTypedId, while IRepository does not enforce entities to implement it, structures should not be used to represent entity anyway.