Méthode | 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 | |
Résultat | void |
public static GetInvoice ( int id ) : |
||
id | int | |
Résultat |
public static GetInvoiceList ( string type ) : List |
||
type | string | |
Résultat | List |
public static GetNextInvoiceNumber ( string type ) : int | ||
type | string | |
Résultat | int |
public static SaveInvoice ( |
||
invoiceModel | ||
Résultat | void |
public static UpdateInvoice ( |
||
invoiceModel | ||
Résultat | void |