using models.Core; namespace api.Interfaces; public interface ITicketManager { void SaveMintedTicket(Ticket ticket); }