Ejemplo n.º 1
0
        public bool CancelTeeTime(TeeTime chosenteetime)
        {
            confirmation = DailyTeeSheetManager.CancelTeeTime(chosenteetime);

            return(confirmation);
        }
Ejemplo n.º 2
0
        public bool CheckInPlayer(TeeTime chosenteetime)
        {
            confirmation = DailyTeeSheetManager.CheckInPlayer(chosenteetime);

            return(confirmation);
        }
Ejemplo n.º 3
0
        public bool ReserveTeeTime(TeeTime chosenteetime)
        {
            confirmation = DailyTeeSheetManager.AddTeeTime(chosenteetime);

            return(confirmation);
        }