Exemple #1
0
 public BaseRepository(AttemdanceContext context)
 {
     _context = context;
 }
 public TicketRepository(AttemdanceContext context)
     : base(context)
 {
     _context = context;
 }