예제 #1
0
 public long GetProfileId(Guid guid)
 {
     return(_profileRepository.GetProfileIdByGuid(guid));
 }