Add Design Patterns
This commit is contained in:
6
DecoratorLib/IComponent.cs
Normal file
6
DecoratorLib/IComponent.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DecoratorLib;
|
||||
|
||||
public interface IComponent
|
||||
{
|
||||
void Log();
|
||||
}
|
||||
Reference in New Issue
Block a user