예제 #1
0
 public IActionResult Details(int?Id)
 {
     return(View(_InvoiceList.ListInvoice(Id ?? 1)));
 }