Ejemplo n.º 1
0
 internal IEnumerable <Keep> GetKeepsByProfile(string id)
 {
     return(_repo.GetProfileKeeps(id));
 }