Esempio n. 1
0
 public bool enableAccount(int id)
 {
     return(dal.enableAccount(id, true) > 0);
 }