Adding todo

This commit is contained in:
Tara Wilson 2024-12-18 16:02:00 -05:00
parent 84431ede36
commit 3a3a4223e6

View File

@ -58,7 +58,7 @@ public class TicketController(
if (!string.IsNullOrEmpty(ticket.Patron.Email)) if (!string.IsNullOrEmpty(ticket.Patron.Email))
{ {
//TODO: Hookup Email Service
} }
return Ok(response); return Ok(response);