Example #1
0
 public Person Get(long id)
 {
     return(_reservationContext.GetPerson(id));
 }