29 virtual uint64_t
GetId()
const = 0;
CustomerProfileCollection(CustomerProfileCollection &&)=delete
CustomerProfileCollection & operator=(CustomerProfileCollection &&)=delete
CustomerProfileCollection & operator=(const CustomerProfileCollection &)=delete
virtual size_t GetCount() const =0
CustomerProfileCollection()=default
virtual CustomerProfilePtr GetCustomerProfile(const char *const name) const =0
virtual CustomerProfilePtr GetCustomerProfile(const uint32_t index) const =0
virtual ~CustomerProfileCollection()=default
CustomerProfileCollection(const CustomerProfileCollection &)=delete
virtual const char * GetName() const =0
CustomerProfile(CustomerProfile &&)=delete
CustomerProfile & operator=(CustomerProfile &&)=delete
virtual uint64_t GetId() const =0
virtual uint64_t GetCompanyId() const =0
virtual ~CustomerProfile()=default
CustomerProfile()=default