|
@ -290,6 +290,7 @@ namespace AMESCoreStudio.Web |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
/// <returns></returns>
|
|
|
[WebApiClient.Attributes.HttpGet("api/RolePrograms/Role/{id}")] |
|
|
[WebApiClient.Attributes.HttpGet("api/RolePrograms/Role/{id}")] |
|
|
|
|
|
[WebApiClient.Attributes.Timeout(300000)] |
|
|
ITask<ResultModel<RoleProgram>> GetRoleProgramsByRole(int id, int page = 0, int limit = 10); |
|
|
ITask<ResultModel<RoleProgram>> GetRoleProgramsByRole(int id, int page = 0, int limit = 10); |
|
|
|
|
|
|
|
|
#endregion
|
|
|
#endregion
|
|
|