コード例 #1
0
 public void SetTicketStatus(long id, Enums.TicketStatus status)
 {
     ticketDAL.SetTicketStatus(id, status);
 }