예제 #1
0
 public bool Delete(int id)
 {
     return(TaiKhoanDao.Delete(id));
 }
 public int Delete(string id)
 {
     return(dao.Delete(id));
 }