Skip to content

Commit

Permalink
Merge pull request #472 from neozhu/removeAutoFilterer
Browse files Browse the repository at this point in the history
🐛 bugfix  CustomerByIdSpec missing a using
  • Loading branch information
neozhu authored Aug 10, 2023
2 parents 96f0315 + 205896d commit 4784848
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using CleanArchitecture.Blazor.Application.Features.Customers.DTOs;
using CleanArchitecture.Blazor.Application.Features.Customers.Caching;
using CleanArchitecture.Blazor.Application.Features.Customers.Queries.Specification;

namespace CleanArchitecture.Blazor.Application.Features.Customers.Queries.GetById;

Expand Down

0 comments on commit 4784848

Please sign in to comment.