Exemplo n.º 1
0
 public Customer Get(int id)
 {
     return(dbCustomer.Get(id));
 }