示例#1
0
 public IEnumerable <ReservedSlot> GetAllExistingReservations()
 {
     return(_appdb.GetAllValidReservedSlots());
 }