示例#1
0
文件: User.cs 项目: nategot/Benny
 public int RatingUp()
 {
     DBservices dbs = new DBservices();
     return dbs.RatingUp(this);
 }