AppointmentDataStorage.AddRange Method
Name | Parameters | Description |
---|---|---|
AddRange(Appointment[]) | appointments | Appends an array of appointments to the storage’s collection. |
AddRange(IEnumerable<Appointment>) | appointments | Adds an collection of appointments to the storage’s collection. |