Esempio n. 1
0
 /// <exception cref="System.IO.IOException"></exception>
 public ICollection <CachedPack> GetCachedPacks()
 {
     return((ICollection <CachedPack>)db.GetCachedPacks());
 }
Esempio n. 2
0
 /// <exception cref="System.IO.IOException"></exception>
 internal virtual ICollection <CachedPack> GetCachedPacks()
 {
     return((ICollection <CachedPack>)db.GetCachedPacks());
 }