@@ -242,6 +242,11 @@ namespace IRaCIS.Core.Application.Service
|
||||
|
||||
IsDeleted = true
|
||||
});
|
||||
|
||||
await _readingPeriodPlanRepository.UpdatePartialFromQueryAsync(x => x.ReadingPeriodSetId == indto.Id, x => new ReadingPeriodPlan()
|
||||
{
|
||||
IsGenerate = false
|
||||
});
|
||||
}
|
||||
|
||||
var readQuery = await _readingPeriodSetRepository.UpdatePartialFromQueryAsync(indto.Id, x => new ReadingPeriodSet()
|
||||
|
||||
Reference in New Issue
Block a user