Exemplo n.º 1
0
 public MessageRequestRepository(IWcfDemoDbContext wcfDemoDatabaseContext)
 {
     _wcfDemoDbContext = wcfDemoDatabaseContext;
 }
Exemplo n.º 2
0
 public ContactRepository(IWcfDemoDbContext wcfDemoDatabaseContext)
 {
     _wcfDemoDbContext = wcfDemoDatabaseContext;
 }