예제 #1
0
 public void DeleteAccount(int id)
 {
     accountLogic.DeleteAccount(id);
 }