add nullableUserId to IUserContext.cs
This commit is contained in:
parent
db012aed92
commit
77cfacb95e
2 changed files with 16 additions and 4 deletions
|
|
@ -3,4 +3,5 @@ namespace SurveyBackend.Core.Contexts;
|
|||
public interface IUserContext
|
||||
{
|
||||
int UserId { get; }
|
||||
int? NullableUserId { get; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue