mirror of
https://github.com/maxartz15/Validator.git
synced 2024-11-12 15:55:30 +01:00
7 lines
108 B
C#
7 lines
108 B
C#
namespace Validator.Editor
|
|
{
|
|
public interface IValidator
|
|
{
|
|
public Report Validate();
|
|
}
|
|
} |