示例#1
0
 public Product GetProduct(int id)
 {
     _Proservice = new ProductService();
     var ret = _Proservice.Get(id);
     return ret;
 }