Exemple #1
0
 public IEnumerable <Keep> GetByTag(string name)
 {
     return(_db.GetByTag(name));
 }