6 lines
No EOL
97 B
C#
6 lines
No EOL
97 B
C#
namespace SurveyBackend.Core.Contexts;
|
|
|
|
public interface IUserContext
|
|
{
|
|
int UserId { get; }
|
|
} |