Interface IProfileService

All Superinterfaces:
IGenericService<Profile,UUID>
All Known Implementing Classes:
ProfileServiceImpl

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