Ejemplo n.º 1
0
 internal IEnumerable <Keep> GetKeepsByProfile(string profId)
 {
     return(_keepsRepo.GetKeepsByProfile(profId));
 }