Exemplo n.º 1
0
 internal IEnumerable <Keep> GetPrivateKeeps(string userId)
 {
     return(_repo.GetPrivateKeeps(userId));
 }