コード例 #1
0
 public ResultObject Del(long id)
 {
     _articleDao.DeleteById(id);
     return(new ResultObject(true));
 }