コード例 #1
0
 public IActionResult GetEmployees()
 {
     return(View(factoryService.GetAllEmployees()));
 }