2025-02-26 17:00:16 +04:00

7 lines
104 B
C#

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