UserProfileFactory
Functions
Link copied to clipboard
abstract fun create(username: String, email: Email, role: UserRole): UserProfile.Companion.UserProfileFactory.UserProfileFactoryResult
abstract fun create(username: String, email: Email, role: String): UserProfile.Companion.UserProfileFactory.UserProfileFactoryResult
abstract fun create(username: String, email: String, role: String): UserProfile.Companion.UserProfileFactory.UserProfileFactoryResult