Esempio n. 1
0
 public IEnumerable <Keep> Get([FromRoute] string userId)
 {
     return(_repo.GetUsersKeeps(userId));
 }