/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

  1. namespace CommonServiceLocator.AutofacAdapter.Components
  2. {
  3. public interface ILogger
  4. {
  5. void Log(string msg);
  6. }
  7. }