Example #1
0
 public FormatService(BookwormContext dbContext)
 {
     this._context = dbContext;
 }
Example #2
0
 public GenreService(BookwormContext dbContext)
 {
     this._context = dbContext;
 }
Example #3
0
 public LanguageService(BookwormContext dbContext)
 {
     this._context = dbContext;
 }