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