예제 #1
0
 public TicketRepository(ClubKeyContext context)
 {
     _context = context;
 }
예제 #2
0
 public UserRepository(ClubKeyContext context)
 {
     _context = context;
 }
예제 #3
0
 public MusicianRepository(ClubKeyContext context)
 {
     _context = context;
 }
 public AchievementRepository(ClubKeyContext context)
 {
     _context = context;
 }
예제 #5
0
 public EventRepository(ClubKeyContext context)
 {
     _context = context;
 }
예제 #6
0
 public CityRepository(ClubKeyContext context)
 {
     _context = context;
 }