示例#1
0
 public bool Update(Movie movie)
 {
     return(_movieDao.Update(movie));
 }