Exemplo n.º 1
0
 public static Guest GetGuestByID(int id)
 {
     return(GuestService.GetGuestByGuestID(id));
 }