示例#1
0
 internal Ticket Create(Ticket Ticket, int projectId)
 {
     return(_ticketRepo.Create(Ticket, projectId));
 }