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