예제 #1
0
 public async Task SetLastTestCycleIntervalsAsync(NcMonitor monitor, TimeSpan?timeSpan)
 {
     monitor.LastTestCycleInterval = timeSpan;
     await monitorRepository.UpdateAsyncWithoutResetTestCycleInterval(monitor);
 }