Beispiel #1
0
 public ProfileAttribute GetProfileAttributeByProfileIDAndType(Profile profile, ProfileAttributeType type)
 {
     return(_profileAttributeService.GetProfileAttributesByProfileIDAndTypeID(profile, type));
 }