예제 #1
0
 private void DeleteRankings(int month, int year)
 {
     _rankingRepository.DeleteByMonthAndYear(month, year);
 }