Ejemplo n.º 1
0
 public async void Add(Movie movie)
 {
     await _movieDal.AddAsync(movie);
 }