Exemplo n.º 1
0
 public bool Update(Movie movie)
 {
     return(_movieDao.Update(movie));
 }