pitit refact
This commit is contained in:
parent
e24208e77b
commit
20713eef64
235 changed files with 5374 additions and 373 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@model Yavsc.Server.Models.IT.Project
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Create";
|
||||
ViewBag.Title = "Create";
|
||||
}
|
||||
|
||||
<h2>Create</h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@model Yavsc.Server.Models.IT.Project
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Delete";
|
||||
ViewBag.Title = "Delete";
|
||||
}
|
||||
|
||||
<h2>Delete</h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@model Yavsc.Server.Models.IT.Project
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Details";
|
||||
ViewBag.Title = "Details";
|
||||
}
|
||||
|
||||
<h2>Details</h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@model Yavsc.Server.Models.IT.Project
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Edit";
|
||||
ViewBag.Title = "Edit";
|
||||
}
|
||||
|
||||
<h2>Edit</h2>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@model IEnumerable<Yavsc.Server.Models.IT.Project>
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
ViewBag.Title = "Index";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue