
function sendToPhoneService() { }
sendToPhoneService._path = '/dwr';

sendToPhoneService.send = function(p0, p1, callback) {
    DWREngine._execute(sendToPhoneService._path, 'sendToPhoneService', 'send', p0, p1, callback);
}
