Method | Description | |
---|---|---|
DeleteInvoice ( int id ) : void | ||
GetInvoice ( int id ) : |
||
GetInvoiceList ( string type ) : List |
||
GetNextInvoiceNumber ( string type ) : int | ||
SaveInvoice ( |
||
UpdateInvoice ( |
public static DeleteInvoice ( int id ) : void | ||
id | int | |
return | void |
public static GetInvoice ( int id ) : |
||
id | int | |
return |
public static GetInvoiceList ( string type ) : List |
||
type | string | |
return | List |
public static GetNextInvoiceNumber ( string type ) : int | ||
type | string | |
return | int |
public static SaveInvoice ( |
||
invoiceModel | ||
return | void |
public static UpdateInvoice ( |
||
invoiceModel | ||
return | void |