Esempio n. 1
0
 public Actor CreateActor(Actor actor)
 {
     return(cineRepository.CreateActor(actor));
 }