initial commit from an older template
This commit is contained in:
8
Services/CurrentUsers/ICurrentUserService.cs
Normal file
8
Services/CurrentUsers/ICurrentUserService.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using GamificationService.Models;
|
||||
|
||||
namespace GamificationService.Services.CurrentUsers;
|
||||
|
||||
public interface ICurrentUserService
|
||||
{
|
||||
UserSession GetCurrentUser();
|
||||
}
|
||||
Reference in New Issue
Block a user