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