예제 #1
0
 // MP-846 Admin database cleanup and code cleanup.-CLIENT
 public int UpdateTicketFileForClients(TicketEntity obj)
 {
     return(rep.UpdateTicketFileForClients(obj));
 }