Click or drag to resize
Infosoft Logo

IRetailerInvoiceFormularService Interface

A service for doing simple CRUD operations for retailer InvoiceFormular codes.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerInvoiceFormularService : IBusinessService

The IRetailerInvoiceFormularService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerInvoiceFormular Creates a new RetailerInvoiceFormular code.
Public methodDeleteRetailerInvoiceFormular Deletes the RetailerInvoiceFormular Code.
Public methodGetAllRetailerInvoiceFormulars Gets all retailer InvoiceFormular Codes.
Public methodGetRetailerInvoiceFormularByCodeAndTitle Gets a RetailerInvoiceFormular code, for given code and a title code.
Public methodGetRetailerInvoiceFormularById Gets Retailer InvoiceFormular Code by ID.
Public methodGetRetailerInvoiceFormularsByTitle Gets a list of RetailerInvoiceFormular codes for a given title code.
Public methodUpdateRetailerInvoiceFormular Updates a RetailerInvoiceFormular code with new values.
Top
See Also