16 lines
232 B
C++
16 lines
232 B
C++
#pragma once
|
|
|
|
namespace Ingamba { namespace PaidServicesIntegration { namespace Wcf { namespace NativeClient { namespace Dto {
|
|
|
|
struct StartUsingStatusRequest
|
|
{
|
|
int UserId;
|
|
wchar_t * UserIp;
|
|
int NotificationTimeout;
|
|
};
|
|
|
|
|
|
|
|
|
|
}}}}}
|