Example #1
0
 public virtual IEnumerable <TEntity> GetCollection(string key)
 {
     return(_repository.GetCollection(key));
 }