예제 #1
0
 public void DeleteTicketCount(int id)
 {
     FlightRepository.DeleteTicketCount(id);
 }