Exemplo n.º 1
0
 public LogViewer(EntityFrameworkContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public TodoService(EntityFrameworkContext entityFrameworkContext)
 {
     this.context = entityFrameworkContext;
 }
Exemplo n.º 3
0
 public HttpAuditService(EntityFrameworkContext context)
 {
     this.context = context;
 }