Package-level declarations
Types
Link copied to clipboard
interface NewClientDAO
Link copied to clipboard
internal class NewClientDAOImpl(newClientsQueries: NewClientQueries, readDispatcher: ReadDispatcher, writeDispatcher: WriteDispatcher, mapper: NewClientMapper = NewClientMapper) : NewClientDAO
Link copied to clipboard
data class NewClientEntity(val id: String, val deviceType: DeviceTypeEntity?, val registrationDate: <Error class: unknown class>?, val model: String?)
Link copied to clipboard