 | IPriceListCollectionT Interface |
IPriceListCollection interface
Namespace:
EBP.Api.Interfaces.Invoicing.Module.Entities.PriceList
Assembly:
EBP.Api.XXX.Interfaces (in EBP.Api.XXX.Interfaces.dll) Version: 1.0.3.0
Syntaxpublic interface IPriceListCollection<T>
where T : IPriceListEntityBase
Public Interface IPriceListCollection(Of T As IPriceListEntityBase)
Type Parameters
- T
- Entity type
See Also