示例#1
0
 public Product GetProductByID(int num)
 {
     return(_repo.GetProductByID(num));
 }