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