Esempio n. 1
0
 public LibraryController(LibraryAPIdbContext libraryContext, UnisolAPIdbContext context, IStudentServices studentServices, ISystemServices systemServices)
 {
     _libraryContext    = libraryContext;
     studentCredentials = new StudentCredential(context, studentServices, systemServices);
     library            = new Library(libraryContext);
 }
Esempio n. 2
0
 public Library(LibraryAPIdbContext libContext)
 {
     _libContext = libContext;
 }