Esempio n. 1
0
 public IActionResult AuthorCreate()
 {
     return(View("AuthorEditor", ViewModelFactory.AuthorCreate(new Author())));
 }