예제 #1
0
    public Invoice GetInvoiceByID(int id)

    {
        var invoice = repo.GetInvoiceByID(id);

        return(invoice);
    }