blob: 5dfbeadd68dcf09856573c572d13878f4584d7ca [file] [log] [blame]
import ns org.eclipse.osbp.authentication.account.dtos.UserAccountDto
import ns org.eclipse.osbp.authentication.account.dtos.FilterDto
import ns org.eclipse.osbp.authentication.account.dtos.UserGroupDto
package org.eclipse.osbp.authentication.account.dtos.service {
dtoservice UserAccountDtoService provides UserAccountDto {
mutable persistenceUnit authentication
}
dtoservice FilterDtoService provides FilterDto {
mutable persistenceUnit authentication
}
dtoservice UserGroupDtoService provides UserGroupDto {
mutable persistenceUnit authentication
}
}