예제 #1
0
 public bool UpdateSolvedTicket(Ticket entity)
 {
     return(tManager.UpdateSolvedTicket(entity));
 }