新增面試用頁面
This commit is contained in:
parent
0208780488
commit
6ef5129c69
|
@ -21,6 +21,10 @@ namespace Parking_spaces.Controllers
|
||||||
{
|
{
|
||||||
return View();
|
return View();
|
||||||
}
|
}
|
||||||
|
public IActionResult Engineering_Interview()
|
||||||
|
{
|
||||||
|
return View();
|
||||||
|
}
|
||||||
public IActionResult Engineering_CAM()
|
public IActionResult Engineering_CAM()
|
||||||
{
|
{
|
||||||
return View();
|
return View();
|
||||||
|
|
1150
Parking_spaces/Views/Engineering/Engineering_Interview.cshtml
Normal file
1150
Parking_spaces/Views/Engineering/Engineering_Interview.cshtml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user