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