메소드 | 설명 | |
---|---|---|
DeleteInvoice ( int id ) : void | ||
GetInvoice ( int id ) : |
||
GetInvoiceList ( string type ) : List |
||
GetNextInvoiceNumber ( string type ) : int | ||
SaveInvoice ( |
||
UpdateInvoice ( |
public static GetInvoice ( int id ) : |
||
id | int | |
리턴 |
public static GetNextInvoiceNumber ( string type ) : int | ||
type | string | |
리턴 | int |
public static SaveInvoice ( |
||
invoiceModel | ||
리턴 | void |
public static UpdateInvoice ( |
||
invoiceModel | ||
리턴 | void |