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