예제 #1
0
 public LibraryController(LibraryAPIdbContext libraryContext, UnisolAPIdbContext context, IStudentServices studentServices, ISystemServices systemServices)
 {
     _libraryContext    = libraryContext;
     studentCredentials = new StudentCredential(context, studentServices, systemServices);
     library            = new Library(libraryContext);
 }
예제 #2
0
파일: Library.cs 프로젝트: Omwitsa/portal
 public Library(LibraryAPIdbContext libContext)
 {
     _libContext = libContext;
 }