Exemplo n.º 1
0
 public SqlQueryExecutor(CommunicationBus_DbContext context)
 {
     this.context = context;
 }
Exemplo n.º 2
0
 public RepositoryComponent(CommunicationBus_DbContext context)
 {
     this.context = context;
 }
Exemplo n.º 3
0
 public SqlQueryExecutor()
 {
     context = new CommunicationBus_DbContext();
 }
Exemplo n.º 4
0
 public RepositoryComponent()
 {
     context = new CommunicationBus_DbContext();
 }