6 lines
119 B
C#

namespace BitterlyAndExclamationMarkContracts.Infrastructure;
public interface IValidation
{
void Validate();
}