feat: add Logs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace mws.backend.dotnet.application.Common;
|
||||
|
||||
public interface ICurrentUser
|
||||
{
|
||||
Guid? UserId { get; }
|
||||
string? Username { get; }
|
||||
string? IpAddress { get; }
|
||||
string? UserAgent { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user