Beispiel #1
0
 public IEnumerable <Keep> GetUserKeeps(int userId)
 {
     return(db.GetUserKeeps(userId));
 }