Click or drag to resize
Infosoft Logo

IAccountTextService Interface

A service for doing simple CRUD operations for Account text.

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

The IAccountTextService type exposes the following members.

Methods
 NameDescription
Public methodCreateAccountText Creates an Account Text Entity.
Public methodDeleteAccountText Deletes the Account Text .
Public methodGetAccountTextByCode Gets Account Text by Code.
Public methodGetAccountTextById Gets Account Text Code by ID.
Public methodGetAccountTexts Gets all Account Texts .
Public methodUpdateAccountText Updates a Account Text with new values.
Top
See Also