rectoring
This commit is contained in:
parent
628fab2146
commit
1ae0ee5a8a
16 changed files with 135 additions and 62 deletions
8
Sledgemapper.Api/Notifications/NewSessionNotification.cs
Normal file
8
Sledgemapper.Api/Notifications/NewSessionNotification.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Sledgemapper.Api.Handlers
|
||||
{
|
||||
public class NewSessionNotification : BaseNotification
|
||||
{
|
||||
public int UserId { get; }
|
||||
public NewSessionNotification(string sessionName, int userId) : base(sessionName) => UserId = userId;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue