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