Beispiel #1
0
 public void SaveOrUpdate(Holiday day)
 {
     _repository.SaveOrUpdate(day);
 }