Interface IAdvertiserService

All Superinterfaces:
IGenericService<Advertiser,UUID>
All Known Implementing Classes:
AdvertiserServiceImpl

public interface IAdvertiserService extends IGenericService<Advertiser,UUID>
Service interface for managing Advertiser entities. Extends IGenericService to inherit common CRUD operations.
See Also: