Uat_Study
parent
d772fb8ee0
commit
ffa52f96b5
|
@ -82,7 +82,7 @@ namespace IRaCIS.Application.Services
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
public async Task<PageOutput<PreviewTheReadingListOutDto> > GetPreviewTheReadingList(PreviewTheReadingListInDto inDto)
|
||||
public async Task<PageOutput<PreviewTheReadingListOutDto>> GetPreviewTheReadingList(PreviewTheReadingListInDto inDto)
|
||||
{
|
||||
if (await _readingPeriodPlanRepository.AnyAsync(x => x.ReadingPeriodSetId == inDto.ReadingPeriodSetId))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue