修改一版
parent
ec5bf392af
commit
0c2708b803
|
@ -143,7 +143,10 @@ namespace IRaCIS.Application.Contracts
|
||||||
public class SetEnrollReadingCategoryInDto
|
public class SetEnrollReadingCategoryInDto
|
||||||
{
|
{
|
||||||
[NotDefault]
|
[NotDefault]
|
||||||
public Guid EnrollId { get; set; }
|
public Guid EnrollId { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
public Guid TrialId { get; set; }
|
||||||
|
|
||||||
public List<ReadingCategory> ReadingCategorys { get; set; }
|
public List<ReadingCategory> ReadingCategorys { get; set; }
|
||||||
}
|
}
|
||||||
|
|
|
@ -101,7 +101,6 @@ namespace IRaCIS.Application.Services
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="inDto"></param>
|
/// <param name="inDto"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
[TypeFilter(typeof(TrialResourceFilter))]
|
|
||||||
[Authorize(Policy = IRaCISPolicy.PM_APM)]
|
[Authorize(Policy = IRaCISPolicy.PM_APM)]
|
||||||
public async Task<IResponseOutput> SetEnrollReadingCategory(SetEnrollReadingCategoryInDto inDto)
|
public async Task<IResponseOutput> SetEnrollReadingCategory(SetEnrollReadingCategoryInDto inDto)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue