示例#1
0
 public MessageRequestRepository(IWcfDemoDbContext wcfDemoDatabaseContext)
 {
     _wcfDemoDbContext = wcfDemoDatabaseContext;
 }
示例#2
0
 public ContactRepository(IWcfDemoDbContext wcfDemoDatabaseContext)
 {
     _wcfDemoDbContext = wcfDemoDatabaseContext;
 }