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