예제 #1
0
 public PartService(PuzzleStoreDbContext db,
                    IPuzzleService puzzles,
                    IAdminUserService users)
 {
     this.db = db;
 }
예제 #2
0
 public PuzzleService(PuzzleStoreDbContext db)
 {
     this.db = db;
 }
예제 #3
0
 public AdminUserService(PuzzleStoreDbContext db)
 {
     this.db = db; 
 }