|
ScientificReport
|


Public Member Functions | |
| OppositionController (IOppositionService oppositionService, IDepartmentService departmentService, IUserProfileService userProfileService) | |
| IActionResult | Index (OppositionIndexModel model) |
| IActionResult | Details (Guid?id) |
| IActionResult | Create () |
| IActionResult | Create (OppositionModel model) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid id, OppositionEditModel model) |
| IActionResult | Delete (Guid?id) |
| IActionResult | DeleteConfirmed (Guid id) |
Definition at line 13 of file OppositionController.cs.
| ScientificReport.Controllers.OppositionController.OppositionController | ( | IOppositionService | oppositionService, |
| IDepartmentService | departmentService, | ||
| IUserProfileService | userProfileService | ||
| ) |
Definition at line 19 of file OppositionController.cs.
| IActionResult ScientificReport.Controllers.OppositionController.Create | ( | ) |
| IActionResult ScientificReport.Controllers.OppositionController.Create | ( | OppositionModel | model | ) |
Definition at line 66 of file OppositionController.cs.
| IActionResult ScientificReport.Controllers.OppositionController.Delete | ( | Guid? | id | ) |
Definition at line 125 of file OppositionController.cs.
| IActionResult ScientificReport.Controllers.OppositionController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 149 of file OppositionController.cs.
| IActionResult ScientificReport.Controllers.OppositionController.Details | ( | Guid? | id | ) |
Definition at line 39 of file OppositionController.cs.
| IActionResult ScientificReport.Controllers.OppositionController.Edit | ( | Guid? | id | ) |
Definition at line 79 of file OppositionController.cs.
| IActionResult ScientificReport.Controllers.OppositionController.Edit | ( | Guid | id, |
| OppositionEditModel | model | ||
| ) |
Definition at line 103 of file OppositionController.cs.
| IActionResult ScientificReport.Controllers.OppositionController.Index | ( | OppositionIndexModel | model | ) |
Definition at line 31 of file OppositionController.cs.