Esempio n. 1
0
 public bool deductPoint(int id, long point)
 {
     return(dal.deductPoint(id, point) > 0);
 }