Ejemplo n.º 1
0
 public Customer GetById(int id)
 {
     return(Context.GetById(id));
 }