Example #1
0
 public IEnumerable <Certificate> findCertsByProfile(string profileID)
 {
     return(_certificateRepository.GetMulti(x => x.ProfileID == profileID));
 }