Пример #1
0
 public static int Save(Movie movie)
 {
     return(MovieDB.Save(movie));
 }