Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit a76821b

Browse files
committed
Fix LoggerServices
1 parent 6128bef commit a76821b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/NET6CustomLibrary/Serilog/Services/ILoggerService.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using Microsoft.AspNetCore.Http;
2-
using NET6CustomLibrary.Serilog.Models;
3-
4-
namespace NET6CustomLibrary.Serilog.Services;
1+
namespace NET6CustomLibrary.Serilog.Services;
52

63
public interface ILoggerService
74
{

src/NET6CustomLibrary/Serilog/Services/LoggerService.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
using Microsoft.AspNetCore.Http;
2-
using NET6CustomLibrary.Serilog.Models;
3-
4-
namespace NET6CustomLibrary.Serilog.Services;
1+
namespace NET6CustomLibrary.Serilog.Services;
52

63
public class LoggerService : ILoggerService
74
{

0 commit comments

Comments
 (0)