Files
CleanCode/CleanDemo/IDescribable.cs
2026-03-08 11:55:18 +01:00

3 lines
57 B
C#

public interface IDescribable {
void Describe();
}