예제 #1
0
 public AdminMovieService(CinemaWayDbContext db)
 {
     this.db = db;
 }
예제 #2
0
 public AdminActorService(CinemaWayDbContext db)
 {
     this.db = db;
 }
예제 #3
0
 public CinemaService(CinemaWayDbContext db,
                      IPdfGenerator pdfGenerator)
 {
     this.db           = db;
     this.pdfGenerator = pdfGenerator;
 }
예제 #4
0
 public AdminProjectionService(CinemaWayDbContext db)
 {
     this.db = db;
 }
예제 #5
0
 public UserService(CinemaWayDbContext db)
 {
     this.db = db;
 }
예제 #6
0
 public StoryService(CinemaWayDbContext db)
 {
     this.db = db;
 }