Exemplo n.º 1
0
 public Product ByID(int id)
 {
     return(context.ByID(id));
 }