|
ScientificReport
|


Public Member Functions | |
| ReportThesisController (IReportThesisService reportThesisService, IUserProfileService userProfileService, IDepartmentService departmentService, IConferenceService conferenceService) | |
| IActionResult | Details (Guid?id) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid?id, ReportThesisEdit model) |
| IActionResult | Delete (Guid?id) |
| IActionResult | DeleteConfirmed (Guid id) |
| IActionResult | AddAuthor (Guid id, [FromBody] UpdateUserRequest request) |
| IActionResult | DeleteAuthor (Guid id, [FromBody] UpdateUserRequest request) |
Definition at line 15 of file ReportThesisController.cs.
| ScientificReport.Controllers.ReportThesisController.ReportThesisController | ( | IReportThesisService | reportThesisService, |
| IUserProfileService | userProfileService, | ||
| IDepartmentService | departmentService, | ||
| IConferenceService | conferenceService | ||
| ) |
Definition at line 22 of file ReportThesisController.cs.
| IActionResult ScientificReport.Controllers.ReportThesisController.AddAuthor | ( | Guid | id, |
| [FromBody] UpdateUserRequest | request | ||
| ) |
Definition at line 162 of file ReportThesisController.cs.
| IActionResult ScientificReport.Controllers.ReportThesisController.Delete | ( | Guid? | id | ) |
Definition at line 120 of file ReportThesisController.cs.
| IActionResult ScientificReport.Controllers.ReportThesisController.DeleteAuthor | ( | Guid | id, |
| [FromBody] UpdateUserRequest | request | ||
| ) |
Definition at line 180 of file ReportThesisController.cs.
| IActionResult ScientificReport.Controllers.ReportThesisController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 144 of file ReportThesisController.cs.
| IActionResult ScientificReport.Controllers.ReportThesisController.Details | ( | Guid? | id | ) |
Definition at line 36 of file ReportThesisController.cs.
| IActionResult ScientificReport.Controllers.ReportThesisController.Edit | ( | Guid? | id | ) |
Definition at line 65 of file ReportThesisController.cs.
| IActionResult ScientificReport.Controllers.ReportThesisController.Edit | ( | Guid? | id, |
| ReportThesisEdit | model | ||
| ) |
Definition at line 93 of file ReportThesisController.cs.