1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2026-08-11 16:32:55 +00:00
EssentialTools
Ninject
This commit is contained in:
wook
2017-04-04 23:28:37 +09:00
parent 7c004e28e1
commit 0eaa6708fe
21 changed files with 696 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
@model decimal
@{
Layout = null;
}
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>Index</title>
</head>
<body>
<div>
Total value is $@Model
</div>
</body>
</html>