Exemple #1
0
 protected RepositoryBase(ICedarContext cedarContext)
 {
     CedarContext = cedarContext;
     dbset        = DataContext.Query <T>();
 }
Exemple #2
0
 public JobPositionRepository(ICedarContext cedarContext)
     : base(cedarContext)
 {
 }
Exemple #3
0
 public ApplicantRepository(ICedarContext cedarContext)
     : base(cedarContext)
 {
 }
 public DepartmentRepository(ICedarContext cedarContext)
     : base(cedarContext)
 {
 }
Exemple #5
0
 public UnitOfWork(ICedarContext cedarContext)
 {
     this.cedarContext = cedarContext;
 }
Exemple #6
0
 public AttachmentRepository(ICedarContext cedarContext)
     : base(cedarContext)
 {
 }
Exemple #7
0
 public LocationRepository(ICedarContext cedarContext) : base(cedarContext)
 {
 }
Exemple #8
0
 public NewsRepository(ICedarContext cedarContext)
     : base(cedarContext)
 {
 }
Exemple #9
0
 public UnitOfWork(ICedarContext cedarContext)
 {
     this.cedarContext = cedarContext;
 }