Пример #1
0
 public void DeleteById(long id)
 {
     _planningRepository.DeleteById(id);
 }