This commit is contained in:
parent
92b1c01efc
commit
5380dad68e
2 changed files with 7 additions and 7 deletions
|
|
@ -887,9 +887,9 @@ namespace BMA.EHR.Application.Repositories.Reports
|
|||
#endregion
|
||||
|
||||
#region 18 แบบรายงานการประเมินผล (สำหรับประธาน และ กรณีขยายเวลา)
|
||||
public async Task<object> GetEvaluateResultAssignAsync(Guid id, string token)
|
||||
public async Task<object> GetEvaluateResultAssignAsync(Guid id, int no, string token)
|
||||
{
|
||||
var api_url = $"{_configuration["APIPROBATION"]}/evaluate-result?assign_id={id}";
|
||||
var api_url = $"{_configuration["APIPROBATION"]}/evaluate-result?assign_id={id}&evaluate_no={no}";
|
||||
EvaluateResultAssignResponse evaluate_assign;
|
||||
using (var client = new HttpClient())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue