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