Beispiel #1
0
 //constructor
 public EFBookRespository(BookDbContext context)
 {
     _context = context;
 }