예제 #1
0
 public ProcessDefinitionRepository(ExecutionControlContext <TKey> dbContext)
     : base(dbContext)
 {
 }
예제 #2
0
 protected RepositoryBase(ExecutionControlContext <TKey> dbContext)
 {
     _dbContext = dbContext;
 }
예제 #3
0
 public ExecutionRepository(ExecutionControlContext <TKey> dbContext)
     : base(dbContext)
 {
 }