Initial code commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Sufi.Demo.PeopleDirectory.Application.Contracts.Common;
|
||||
|
||||
namespace Sufi.Demo.PeopleDirectory.Application.Contracts.Services
|
||||
{
|
||||
public interface ICurrentUserService : IService
|
||||
{
|
||||
string? UserId { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user