示例#1
0
 public bool CanInterview(Profile profile) => Profile.Experience > profile.Experience;
示例#2
0
 public ConsultantRecruteur(ConsultantRecruteurDto dto)
 {
     Name    = dto.Name;
     Profile = new Profile(dto.Profile);
 }