![]() | |
ILanguage |
public interface ILanguageEntityService : ILanguageQueryService, IBusinessService
The ILanguageEntityService type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create | Creates a new Language |
![]() | Delete | Deletes the specified Language. |
![]() | Get |
Gets a list of Languages matching the specified filter.
(Inherited from ILanguageQueryService) |
![]() | GetAll |
Gets all Languages
(Inherited from ILanguageQueryService) |
![]() | GetSingle |
Gets a single Language matching the provided filter.
(Inherited from ILanguageQueryService) |
![]() | Update | Updates the specified Language |