コード例 #1
0
ファイル: LeaveController.cs プロジェクト: jansenzjh/Florence
 // GET: Leave
 public ActionResult Index()
 {
     return(View(Leave.GetAll()));
 }