Beispiel #1
0
 public bool DeletePerson(long id)
 {
     return(_reservationContext.DeletePerson(id));
 }