9 lines
No EOL
232 B
C#
9 lines
No EOL
232 B
C#
namespace Sledgemapper.Api.Notifications
|
|
{
|
|
public class NewSessionNotification : BaseNotification
|
|
{
|
|
|
|
public NewSessionNotification(string sessionName, int userId) : base(sessionName, userId)
|
|
{}
|
|
}
|
|
} |