Метод | Описание | |
---|---|---|
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 | |
Результат | void |
public static GetInvoice ( int id ) : |
||
id | int | |
Результат |
public static GetInvoiceList ( string type ) : List |
||
type | string | |
Результат | List |
public static GetNextInvoiceNumber ( string type ) : int | ||
type | string | |
Результат | int |
public static SaveInvoice ( |
||
invoiceModel | ||
Результат | void |
public static UpdateInvoice ( |
||
invoiceModel | ||
Результат | void |