|
ScientificReport
|


Public Member Functions | |
| ScientificConsultationController (IScientificConsultationService scientificConsultationService, IUserProfileService userProfileService, IDepartmentService departmentService) | |
| IActionResult | Index (ScientificConsultationIndexModel model) |
| IActionResult | Details (Guid?id) |
| IActionResult | Create () |
| IActionResult | Create (ScientificConsultationModel model) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid id, ScientificConsultationEditModel model) |
| IActionResult | Delete (Guid?id) |
| IActionResult | DeleteConfirmed (Guid id) |
Definition at line 13 of file ScientificConsultationController.cs.
| ScientificReport.Controllers.ScientificConsultationController.ScientificConsultationController | ( | IScientificConsultationService | scientificConsultationService, |
| IUserProfileService | userProfileService, | ||
| IDepartmentService | departmentService | ||
| ) |
Definition at line 19 of file ScientificConsultationController.cs.
| IActionResult ScientificReport.Controllers.ScientificConsultationController.Create | ( | ) |
| IActionResult ScientificReport.Controllers.ScientificConsultationController.Create | ( | ScientificConsultationModel | model | ) |
Definition at line 66 of file ScientificConsultationController.cs.
| IActionResult ScientificReport.Controllers.ScientificConsultationController.Delete | ( | Guid? | id | ) |
Definition at line 125 of file ScientificConsultationController.cs.
| IActionResult ScientificReport.Controllers.ScientificConsultationController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 149 of file ScientificConsultationController.cs.
| IActionResult ScientificReport.Controllers.ScientificConsultationController.Details | ( | Guid? | id | ) |
Definition at line 39 of file ScientificConsultationController.cs.
| IActionResult ScientificReport.Controllers.ScientificConsultationController.Edit | ( | Guid? | id | ) |
Definition at line 79 of file ScientificConsultationController.cs.
| IActionResult ScientificReport.Controllers.ScientificConsultationController.Edit | ( | Guid | id, |
| ScientificConsultationEditModel | model | ||
| ) |
Definition at line 103 of file ScientificConsultationController.cs.
| IActionResult ScientificReport.Controllers.ScientificConsultationController.Index | ( | ScientificConsultationIndexModel | model | ) |
Definition at line 31 of file ScientificConsultationController.cs.