/src/CommonServiceLocator/CommonServiceLocator.LinFuAdapter.Tests/ILogger.cs
http://github.com/philiplaureano/LinFu · C# · 7 lines · 7 code · 0 blank · 0 comment · 0 complexity · 749757c3a2848d283b7af7d4a915a4e7 MD5 · raw file
- namespace CommonServiceLocator.LinFuAdapter.Components
- {
- public interface ILogger
- {
- void Log(string msg);
- }
- }