Example #1
0
 public LoanAccess()
 {
     _libraryContext = new HackLibraryDataContext();
 }
Example #2
0
 public BooksAccess()
 {
     _libraryContext = new HackLibraryDataContext();
 }
Example #3
0
 public AuthorsAccess()
 {
     _libraryContext = new HackLibraryDataContext();
 }