Exemple #1
0
 public bool AddCast(Cast cast)
 {
     _castRepository.Add(cast);
     return(_castRepository.Save());
 }