Beispiel #1
0
 public int Add(Movie movie)
 {
     return(_movieDao.Add(movie));
 }