|
ScientificReport
|


Public Member Functions | |
| GrantController (IGrantService grantService, IUserProfileService userProfileService, IDepartmentService departmentService) | |
| IActionResult | Index (GrantIndexModel model) |
| IActionResult | Details (Guid?id) |
| IActionResult | Create () |
| IActionResult | Create (GrantModel model) |
| IActionResult | Edit (Guid?id) |
| IActionResult | Edit (Guid id, GrantEditModel 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 GrantController.cs.
| ScientificReport.Controllers.GrantController.GrantController | ( | IGrantService | grantService, |
| IUserProfileService | userProfileService, | ||
| IDepartmentService | departmentService | ||
| ) |
Definition at line 21 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.AddAuthor | ( | Guid | id, |
| [FromBody] UpdateUserRequest | request | ||
| ) |
Definition at line 175 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.Create | ( | ) |
| IActionResult ScientificReport.Controllers.GrantController.Create | ( | GrantModel | model | ) |
Definition at line 68 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.Delete | ( | Guid? | id | ) |
Definition at line 133 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.DeleteAuthor | ( | Guid | id, |
| [FromBody] UpdateUserRequest | request | ||
| ) |
Definition at line 194 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.DeleteConfirmed | ( | Guid | id | ) |
Definition at line 157 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.Details | ( | Guid? | id | ) |
Definition at line 41 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.Edit | ( | Guid? | id | ) |
Definition at line 82 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.Edit | ( | Guid | id, |
| GrantEditModel | model | ||
| ) |
Definition at line 110 of file GrantController.cs.
| IActionResult ScientificReport.Controllers.GrantController.Index | ( | GrantIndexModel | model | ) |
Definition at line 33 of file GrantController.cs.