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