Exemplo n.º 1
0
 public Customer Get(long id)
 {
     return(_reservationContext.GetCustomer(id));
 }