mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-15 14:19:29 +00:00
Improve IHttpClient factories (#20)
Codestyle fixes Setup CODEOWNERS Setup dependabot
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
namespace System.Logging
|
||||
namespace System.Logging;
|
||||
|
||||
public interface ILogsWriter
|
||||
{
|
||||
public interface ILogsWriter
|
||||
{
|
||||
void WriteLog(Log log);
|
||||
}
|
||||
void WriteLog(Log log);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user