コード例 #1
0
 public SortableBindingList <ReservationViewDTO> GetReservations()
 {
     return(repo.Retrieve());
 }