示例#1
0
 // GET: api/OopMax
 public OopMax Get(string productId)
 {
     return(_benefit.GetOopMax(productId));
 }