Ejemplo n.º 1
0
 public Boolean Delete(string username)
 {
     return(db.Delete(username));
 }