Skip to content

Commit

Permalink
make accessor interfaces public
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Turtsevich committed Mar 19, 2024
1 parent 49ea1f7 commit f7708ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ProjectionTools.Projections;

internal interface IProjectionExpressionAccessor
public interface IProjectionExpressionAccessor
{
LambdaExpression GetExpression();
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ProjectionTools.Specifications;

internal interface ISpecificationExpressionAccessor
public interface ISpecificationExpressionAccessor
{
LambdaExpression GetExpression();
}

0 comments on commit f7708ab

Please sign in to comment.