Esempio n. 1
0
 private void DeleteHoleStatistics(int month, int year)
 {
     _holeStatisticsRepository.DeleteByMonthAndYear(month, year);
 }