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