Skip to content

Commit

Permalink
fix link to ardalis/Specification repository
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgonzaga authored Sep 10, 2022
1 parent 30cee87 commit 99834a0
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 99834a0

Please sign in to comment.