|
ScientificReport
|


Public Member Functions | |
| ScientificInternshipController (IScientificInternshipService scientificInternshipService, IUserProfileService userProfileService, IDepartmentService departmentService) | |
| IActionResult | Index (ScientificInternshipIndexModel model) |
| IActionResult | Details (Guid?id) |
| IActionResult | Create () |
| IActionResult | Create (ScientificInternshipModel model) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid id, ScientificInternshipEditModel model) |
| IActionResult | Delete (Guid?id) |
| IActionResult | DeleteConfirmed (Guid id) |
| IActionResult | AddUser (Guid?id, [FromBody] UpdateUserRequest request) |
| IActionResult | RemoveUser (Guid?id, [FromBody] UpdateUserRequest request) |
Definition at line 15 of file ScientificInternshipController.cs.
| ScientificReport.Controllers.ScientificInternshipController.ScientificInternshipController | ( | IScientificInternshipService | scientificInternshipService, |
| IUserProfileService | userProfileService, | ||
| IDepartmentService | departmentService | ||
| ) |
Definition at line 21 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.AddUser | ( | Guid? | id, |
| [FromBody] UpdateUserRequest | request | ||
| ) |
Definition at line 180 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.Create | ( | ) |
| IActionResult ScientificReport.Controllers.ScientificInternshipController.Create | ( | ScientificInternshipModel | model | ) |
Definition at line 68 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.Delete | ( | Guid? | id | ) |
Definition at line 138 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 162 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.Details | ( | Guid? | id | ) |
Definition at line 41 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.Edit | ( | Guid? | id | ) |
Definition at line 85 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.Edit | ( | Guid | id, |
| ScientificInternshipEditModel | model | ||
| ) |
Definition at line 113 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.Index | ( | ScientificInternshipIndexModel | model | ) |
Definition at line 33 of file ScientificInternshipController.cs.
| IActionResult ScientificReport.Controllers.ScientificInternshipController.RemoveUser | ( | Guid? | id, |
| [FromBody] UpdateUserRequest | request | ||
| ) |
Definition at line 214 of file ScientificInternshipController.cs.