8 lines
No EOL
265 B
C#
8 lines
No EOL
265 B
C#
namespace Sledgemapper.Api.Notifications
|
|
{
|
|
public class NewSessionNotification : BaseNotification
|
|
{
|
|
public NewSessionNotification(string sessionName, string userId) : base(new Models.Session { SessionName = sessionName }, userId)
|
|
{ }
|
|
}
|
|
} |