Exemplo n.º 1
0
 public EraService(DbService db, ShowService showService) : base(db)
 {
     _showService = showService;
 }
Exemplo n.º 2
0
 public VenueService(DbService db, ShowService showService) : base(db)
 {
     _showService = showService;
 }