Example #1
0
 public void DeleteOnlyAccountById(int accountId)
 {
     DBManager db = new DBManager();
     db.DeleteOnlyAccountById(accountId);
 }