Exemple #1
0
 public void ChangePeriodActiveStatus(long id, bool active)
 {
     periodService.ChangePeriodActiveStatus(new PeriodId(id), active);
 }