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

RemotedRacingForm.listMeetings = function(callback) {
    DWREngine._execute(RemotedRacingForm._path, 'RemotedRacingForm', 'listMeetings', callback);
}

RemotedRacingForm.listRaces = function(p0, callback) {
    DWREngine._execute(RemotedRacingForm._path, 'RemotedRacingForm', 'listRaces', p0, callback);
}

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

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