예제 #1
0
 // GET: ShowTable
 public ActionResult ShowTable()
 {
     return(View(new ShowTableDto(_service.GetTableNames())));
 }