ITransport | |
public interface ITransportCodeEntityService : ITransportCodeQueryService, IBusinessService
The ITransportCodeEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new TransportCode | |
| Delete | Deletes the specified TransportCode. | |
| Get |
Gets a list of TransportCodes matching the specified filter.
(Inherited from ITransportCodeQueryService) | |
| GetAll |
Gets all TransportCodes
(Inherited from ITransportCodeQueryService) | |
| GetSingle |
Gets a single TransportCode matching the provided filter.
(Inherited from ITransportCodeQueryService) | |
| Update | Updates the specified TransportCode |