Exemplo n.º 1
0
 public SuperHeroService(SuperHeroCatalogueDb context, AuditEventService auditService)
 {
     this._context      = context;
     this._auditService = auditService;
 }
Exemplo n.º 2
0
 public UserService(SuperHeroCatalogueDb context)
 {
     this._context = context;
 }
Exemplo n.º 3
0
 public AuditEventService(SuperHeroCatalogueDb context)
 {
     this._context = context;
 }