- Timestamp:
- 10/21/21 20:19:15 (3 years ago)
- Branches:
- dev
- Children:
- 3bb1377
- Parents:
- b499ba7 (diff), 45cf412 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/FinkiChattery/FinkiChattery.Persistence/Repositories/Base/Repository.cs
rb499ba7 rdd731cd 8 8 namespace FinkiChattery.Persistence.Repositories 9 9 { 10 public abstract class Repository<T> where T : BaseEntity10 public abstract class Repository<T> : IRepository<T> where T : BaseEntity 11 11 { 12 12 public Repository(ApplicationDbContext dbContext)
Note:
See TracChangeset
for help on using the changeset viewer.