コード例 #1
0
 public bool ChangeRole(int id)
 {
     return(accountDao.ChangeRole(id));
 }