Example #1
0
 public GetBookDetails(librarymanagementContext _context)
 {
     b1 = _context;
 }
Example #2
0
 public AddNewBook(librarymanagementContext _context)
 {
     b1 = _context;
 }