Example #1
0
 public IEnumerable <Keep> GetByAuthorId(string id)
 {
     return(_db.GetByAuthorId(id));
 }