Skip to content

Commit

Permalink
Merge pull request ardalis#46 from maxgonzaga/main
Browse files Browse the repository at this point in the history
fix link to ardalis/Specification repository
  • Loading branch information
ardalis authored Sep 12, 2022
2 parents 30cee87 + 99834a0 commit 39f48a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace FrontDesk.Infrastructure.Data
{
// We are using the EfRepository from Ardalis.Specification
// https://github.com/ardalis/Specification/blob/v5/ArdalisSpecificationEF/src/Ardalis.Specification.EF/RepositoryBaseOfT.cs
// https://github.com/ardalis/Specification/blob/v5.1.0/ArdalisSpecificationEF/src/Ardalis.Specification.EF/RepositoryBaseOfT.cs
public class EfRepository<T> : RepositoryBase<T>, IRepository<T> where T : class, IAggregateRoot
{
public EfRepository(AppDbContext dbContext) : base(dbContext)
Expand Down

0 comments on commit 39f48a1

Please sign in to comment.