Beispiel #1
0
 public Domain.StandingTeeTimeRequest FindReservedStandingTeeTime(string dayOfWeek, DateTime requestedTime,
                                                                  DateTime requestedStartDate, DateTime requestedEndDate)
 {
     return(StandingTeeTimeRequestManager.GetReservedStandingTeeTime(dayOfWeek, requestedTime, requestedStartDate, requestedEndDate));
 }