Esempio n. 1
0
 public IEnumerable <Vault> GetByAuthorId(string id)
 {
     return(_db.GetbyAuthorId(id));
 }