test small fixes
This commit is contained in:
parent
5551918d54
commit
3d45bc532c
12 changed files with 175 additions and 163 deletions
|
@ -2,8 +2,7 @@ namespace Sledgemapper.Api.Notifications
|
|||
{
|
||||
public class NewSessionNotification : BaseNotification
|
||||
{
|
||||
|
||||
public NewSessionNotification(string sessionName, int userId) : base(sessionName, userId)
|
||||
{}
|
||||
public NewSessionNotification(string sessionName, int userId) : base(new Models.Session { SessionName = sessionName }, userId)
|
||||
{ }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue