Exemple #1
0
 public void DeleteSchedulesByDelegation(int delegationId)
 {
     _calendarDomainService.DeleteSchedulesByDelegation(delegationId);
 }