示例#1
0
 public decimal?GetPoints(string id)
 {
     return(_titleservice.GetPoints(id));
 }