Holger Börchers 291eafeeba
All checks were successful
build (7.0.x)
added unit tests
2023-03-29 21:47:10 +02:00

7 lines
141 B
C#

namespace SmallInjectorDemo.Interfaces;
/// <summary>
/// Defines the <see cref="IModule" />
/// </summary>
public interface IModule { }