Ejemplo n.º 1
0
 public static bool AddDislike(int customerid, int id)
 {
     return(LikeDBManager.AddDislike(customerid, id));
 }