Esempio n. 1
0
 // GET: ActorController/Create
 public ActionResult Create()
 {
     return(View(_actorService.AddGet()));
 }