AppointmentStorage Constructors
Represents a storage which holds a collection of appointments.Name | Parameters | Description |
---|---|---|
AppointmentStorage(SchedulerStorage) | storage | Initializes a new instance of the AppointmentStorage class with the specified scheduler storage. |
See Also