Exemplo n.º 1
0
 public WorkHistoryDetailRepository(RDL2018Context context) : base(context)
 {
     this._context = context;
 }
Exemplo n.º 2
0
 public RepositoryWrapper(RDL2018Context context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public AuthUserRepository(RDL2018Context context) : base(context)
 {
     this._context = context;
 }
Exemplo n.º 4
0
 public RepositoryBase(RDL2018Context repositoryContext)
 {
     this._repositoryContext = repositoryContext;
 }
Exemplo n.º 5
0
 public CareerInfoRepository(RDL2018Context context) : base(context)
 {
     this._context = context;
 }
Exemplo n.º 6
0
 public JobSkillRepository(RDL2018Context context) : base(context)
 {
     this._context = context;
 }