7 lines
No EOL
130 B
C#
7 lines
No EOL
130 B
C#
namespace SurveyBackend.Core.Contexts;
|
|
|
|
public interface IUserContext
|
|
{
|
|
int UserId { get; }
|
|
int? NullableUserId { get; }
|
|
} |