예제 #1
0
 public bool deleteUser(Int64 id)
 {
     return(_userDao.deleteEmployee(id));
 }