Esempio n. 1
0
 public FsBookRepository(FsLibraryContext context) {
   this.context = context;
   this.cache = context.getCache();
 }