|
ScientificReport
|


Public Member Functions | |
| ReviewController (IReviewService reviewService, IUserProfileService userProfileService, IDepartmentService departmentService, IPublicationService publicationService) | |
| IActionResult | Index (ReviewIndexModel model) |
| IActionResult | Details (Guid?id) |
| IActionResult | Create () |
| IActionResult | Create (ReviewModel model) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid id, ReviewEditModel model) |
| IActionResult | Delete (Guid?id) |
| IActionResult | DeleteConfirmed (Guid id) |
Definition at line 13 of file ReviewController.cs.
| ScientificReport.Controllers.ReviewController.ReviewController | ( | IReviewService | reviewService, |
| IUserProfileService | userProfileService, | ||
| IDepartmentService | departmentService, | ||
| IPublicationService | publicationService | ||
| ) |
Definition at line 20 of file ReviewController.cs.
| IActionResult ScientificReport.Controllers.ReviewController.Create | ( | ) |
Definition at line 64 of file ReviewController.cs.
| IActionResult ScientificReport.Controllers.ReviewController.Create | ( | ReviewModel | model | ) |
Definition at line 75 of file ReviewController.cs.
| IActionResult ScientificReport.Controllers.ReviewController.Delete | ( | Guid? | id | ) |
Definition at line 151 of file ReviewController.cs.
| IActionResult ScientificReport.Controllers.ReviewController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 175 of file ReviewController.cs.
| IActionResult ScientificReport.Controllers.ReviewController.Details | ( | Guid? | id | ) |
Definition at line 42 of file ReviewController.cs.
| IActionResult ScientificReport.Controllers.ReviewController.Edit | ( | Guid? | id | ) |
Definition at line 95 of file ReviewController.cs.
| IActionResult ScientificReport.Controllers.ReviewController.Edit | ( | Guid | id, |
| ReviewEditModel | model | ||
| ) |
Definition at line 122 of file ReviewController.cs.
| IActionResult ScientificReport.Controllers.ReviewController.Index | ( | ReviewIndexModel | model | ) |
Definition at line 34 of file ReviewController.cs.