Exemple #1
0
 //rating down
 public int RatingDown()
 {
     DBservices dbs = new DBservices();
     return dbs.RatingDown(this);
 }