|
ScientificReport
|


Public Member Functions | |
| ArticleController (IArticleService articleService, IUserProfileService userProfileService, IDepartmentService departmentService) | |
| IActionResult | Details (Guid?id) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid?id, ArticleEditModel model) |
| IActionResult | AddUserToAuthors (Guid?id, [FromBody] ArticleUpdateAuthorsRequest request) |
| IActionResult | RemoveUserFromAuthors (Guid?id, [FromBody] ArticleUpdateAuthorsRequest request) |
| IActionResult | Delete (Guid?id) |
| IActionResult | DeleteConfirmed (Guid id) |
Definition at line 14 of file ArticleController.cs.
| ScientificReport.Controllers.ArticleController.ArticleController | ( | IArticleService | articleService, |
| IUserProfileService | userProfileService, | ||
| IDepartmentService | departmentService | ||
| ) |
Definition at line 20 of file ArticleController.cs.
| IActionResult ScientificReport.Controllers.ArticleController.AddUserToAuthors | ( | Guid? | id, |
| [FromBody] ArticleUpdateAuthorsRequest | request | ||
| ) |
Definition at line 109 of file ArticleController.cs.
| IActionResult ScientificReport.Controllers.ArticleController.Delete | ( | Guid? | id | ) |
Definition at line 177 of file ArticleController.cs.
| IActionResult ScientificReport.Controllers.ArticleController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 201 of file ArticleController.cs.
| IActionResult ScientificReport.Controllers.ArticleController.Details | ( | Guid? | id | ) |
Definition at line 32 of file ArticleController.cs.
| IActionResult ScientificReport.Controllers.ArticleController.Edit | ( | Guid? | id | ) |
Definition at line 53 of file ArticleController.cs.
| IActionResult ScientificReport.Controllers.ArticleController.Edit | ( | Guid? | id, |
| ArticleEditModel | model | ||
| ) |
| IActionResult ScientificReport.Controllers.ArticleController.RemoveUserFromAuthors | ( | Guid? | id, |
| [FromBody] ArticleUpdateAuthorsRequest | request | ||
| ) |
Definition at line 144 of file ArticleController.cs.