메소드 | 설명 | |
---|---|---|
Get ( string props = null, int page = 1, int pageSize = maxSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
InvoicesController ( IInvoiceRepository invoiceRepository ) : System |
메소드 | 설명 | |
---|---|---|
Get ( int invoiceId, string props = null ) : Microsoft.AspNet.Mvc.ActionResult |
public Get ( string props = null, int page = 1, int pageSize = maxSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
props | string | |
page | int | |
pageSize | int | |
리턴 | Microsoft.AspNet.Mvc.ActionResult |
public InvoicesController ( IInvoiceRepository invoiceRepository ) : System | ||
invoiceRepository | IInvoiceRepository | |
리턴 | System |