Click or drag to resize
ParaPlan Logo

ReservationAppointments Method

[Missing <summary> documentation for "M:ParaPlanREST.Models.Reservation.Appointments(System.Collections.Generic.List{ParaPlan.Entities.Appointment})"]

Namespace:  ParaPlanREST.Models
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Reservation> Appointments(
	List<Appointment> Appointments
)

Parameters

Appointments
Type: System.Collections.GenericListAppointment

[Missing <param name="Appointments"/> documentation for "M:ParaPlanREST.Models.Reservation.Appointments(System.Collections.Generic.List{ParaPlan.Entities.Appointment})"]

Return Value

Type: ListReservation

[Missing <returns> documentation for "M:ParaPlanREST.Models.Reservation.Appointments(System.Collections.Generic.List{ParaPlan.Entities.Appointment})"]

See Also