Esempio n. 1
0
 public LibraryAssetService(EBookLibraryContext context)
 {
     _context = context;
 }
 public BrancheService(EBookLibraryContext context)
 {
     _context = context;
 }
 public CheckOutService(EBookLibraryContext context)
 {
     _context = context;
 }