예제 #1
0
 public LoginService()
 {
     this.DbContext = new BookReservationContext();
 }
예제 #2
0
 public BookManagementService()
 {
     this.DbContext = new BookReservationContext();
 }
예제 #3
0
 public NotificationService()
 {
     DbContext = new BookReservationContext();
 }