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