Beispiel #1
0
 public LogViewer(EntityFrameworkContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public TodoService(EntityFrameworkContext entityFrameworkContext)
 {
     this.context = entityFrameworkContext;
 }
 public HttpAuditService(EntityFrameworkContext context)
 {
     this.context = context;
 }