Exemple #1
0
 public MessageRequestRepository(IWcfDemoDbContext wcfDemoDatabaseContext)
 {
     _wcfDemoDbContext = wcfDemoDatabaseContext;
 }
 public ContactRepository(IWcfDemoDbContext wcfDemoDatabaseContext)
 {
     _wcfDemoDbContext = wcfDemoDatabaseContext;
 }