예제 #1
0
 public Product GetByID(int ID)
 {
     return(context.GetByID(ID));
 }