mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-18 23:39:29 +00:00
Dependency Injection extensions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace System.Logging
|
||||
{
|
||||
public interface ILogsWriter
|
||||
{
|
||||
void WriteLog(Log log);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user