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