Exemple #1
0
 public ActionResult Create(int userId)
 {
     return(View(_modelRepository.EmpthyArticleModel(userId)));
 }