Skip to content

Commit

Permalink
Make IActionValidator public
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Feb 27, 2024
1 parent af8733e commit 97a6e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace FluentValidation;

internal interface IActionValidator
public interface IActionValidator
{
public ActionType ActionType { get; set; }
}

0 comments on commit 97a6e7d

Please sign in to comment.