Exemple #1
0
 internal IEnumerable <Keep> GetByProfileId(string id)
 {
     return(_repo.GetByProfileId(id));
 }