2025-02-13 13:07:31 +04:00

7 lines
108 B
C#

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