7 lines
96 B
C#

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