Files
Invoice-App/Models/Invoice.cs
Kaan b2246726a5
Some checks failed
Avalonia Code Quality / Lint, Analyze & Build (push) Failing after 55s
Fixed indentations making pipeline fail. Hopefully
2025-06-05 04:57:46 +02:00

6 lines
63 B
C#

namespace Invoice_App.Models;
public class Invoice
{
}