Ejemplo n.º 1
0
 public ActionResult CreateStory(StoryVM story)
 {
     StoryDAL.CreateStory(Mapper.Map <StoryDM>(story));
     return(View());
 }