Uat_Study
parent
c07146e1c7
commit
7eaed6d0c5
|
@ -80,6 +80,7 @@ namespace IRaCIS.Application.Services
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="inDto"></param>
|
/// <param name="inDto"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
|
[HttpPost]
|
||||||
public async Task<List<GetCalculateQuestionsOutDto>> GetCalculateQuestions(GetCalculateQuestionsInDto inDto)
|
public async Task<List<GetCalculateQuestionsOutDto>> GetCalculateQuestions(GetCalculateQuestionsInDto inDto)
|
||||||
{
|
{
|
||||||
var result =await _readingQuestionTrialRepository
|
var result =await _readingQuestionTrialRepository
|
||||||
|
|
Loading…
Reference in New Issue