示例#1
0
 public void AddPriceForTicket(int ticketId, decimal price)
 {
     ticketRepo.AddPriceForTicket(ticketId, price);
 }