コード例 #1
0
ファイル: DemoController.cs プロジェクト: Belal-95/repos
 // GET: Demo
 public ActionResult Index()
 {
     return(View(objEmp.GetEmpData()));
 }