9 lines
No EOL
217 B
C#
9 lines
No EOL
217 B
C#
namespace Sledgemapper.Api.Commands
|
|
{
|
|
public class NewSessionCommand : BaseCommand<bool>
|
|
{
|
|
public NewSessionCommand(string sessionName, int userId):base(sessionName, userId)
|
|
{
|
|
}
|
|
}
|
|
} |