示例#1
0
 public int GetRating()
 {
     DBservices dbs = new DBservices();
     return dbs.GetRating(this);
 }