예제 #1
0
 public IEnumerable <Entity> GetAll(string tag)
 {
     return(_entities.GetAll(tag));
 }