Example #1
0
 public int IsAudit(Movie movie)
 {
     return(MovieStore.IsAudit(movie));
 }