8 lines
No EOL
109 B
C#
8 lines
No EOL
109 B
C#
namespace Femto.Common.Domain;
|
|
|
|
public interface IRule
|
|
{
|
|
bool Check();
|
|
|
|
string Message { get; }
|
|
} |