예제 #1
0
 public long GetProfileId(string friendlyName)
 {
     return(_profileRepository.GetProfileIdByFriendlyName(friendlyName));
 }