示例#1
0
 public Repository(adventureworksdbContext repositoryPatternDemoContextContext)
 {
     _repositoryPatternDemoContextContext = repositoryPatternDemoContextContext;
 }
示例#2
0
 public ProductRepository(adventureworksdbContext repositoryPatternDemoContextContext) : base(repositoryPatternDemoContextContext)
 {
     _repositoryPatternDemoContextContext = repositoryPatternDemoContextContext;
 }