예제 #1
0
 public void DeleteByUserID(string userID)
 {
     DataAccess.DeleteByUserID(userID);
 }