TicketFlow is a simple console-based repair ticket management system built with C# and .NET.
This project is being developed step by step to apply C#, OOP, Git, and .NET concepts in a practical way.
- Add repair tickets
- View all tickets
- Search ticket by ID
- Update ticket status
- Search tickets by customer name
- Update estimated cost
- Mark ticket as paid
- Seed demo data
- Basic input validation
TicketFlow/
│
├── Models/
├── Services/
├── UI/
├── Data/
└── Program.cs