6 lines
87 B
C#

namespace Library.Eaf.Core
{
public interface ILoggingSetupManager
{
}
}