Esempio n. 1
0
 public void DeleteByUserID(string userID)
 {
     DataAccess.DeleteByUserID(userID);
 }