|
|
@ -6,7 +6,7 @@ |
|
|
|
[Route("api/[controller]")]
|
|
|
|
[Route("api/[controller]")]
|
|
|
|
[ApiController, GlobalActionFilter] |
|
|
|
[ApiController, GlobalActionFilter] |
|
|
|
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghra)] |
|
|
|
[Authorize(Permissions.Name), ApiExplorerSettings(GroupName = Grouping.GroupName_Ghra)] |
|
|
|
public class Ghra_GradeController : BaseController<IGhra_GradeServices> |
|
|
|
public class Ghra_GradeController : BaseController<IGhra_GradeServices, Ghra_Grade, Ghra_GradeDto, InsertGhra_GradeInput, EditGhra_GradeInput> |
|
|
|
{ |
|
|
|
{ |
|
|
|
public Ghra_GradeController(IGhra_GradeServices service) : base(service) |
|
|
|
public Ghra_GradeController(IGhra_GradeServices service) : base(service) |
|
|
|
{ |
|
|
|
{ |
|
|
|