Example #1
0
 public bool Del(Movie movie)
 {
     return(_movieDao.Del(movie));
 }