7 lines
108 B
C#
Raw Normal View History

2025-02-13 12:42:06 +04:00
namespace TwoFromTheCaseContracts.Infrastructure;
public interface IValidation
{
void Validate();
}