Пример #1
0
 public void DeleteEntity(Report entity)
 {
     reportRepository.DeleteEntity(entity);
 }