Ejemplo n.º 1
0
 public int RatingUp()
 {
     DBservices dbs = new DBservices();
     return dbs.RatingUp(this);
 }