Click or drag to resize
Infosoft Logo

ITitleService Interface

A service contract that defines necessary operations for handling titles.

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

The ITitleService type exposes the following members.

Methods
 NameDescription
Public methodGetAllTitles Gets all titles.
Public methodGetTitleByCode Gets a title by code.
Public methodGetTitleById Gets a title by ID.
Top
See Also