public UnitOfWork() { if (getContext == null) { this.getContext = new GetContext(); } }
public AnalysisRepository(IGetContext getContext) : base(getContext) { }
protected GenericRepository(IGetContext getContext) { _unitOfWork = getContext; dbset = getContexto.Set <T>(); }
public QualityResultRepository(IGetContext getContext) : base(getContext) { }
public UserRepository(IGetContext getContext) : base(getContext) { }
public LaboratoryRepository(IGetContext getContext) : base(getContext) { }
public LotRepository(IGetContext getContext) : base(getContext) { }
public ProductRepository(IGetContext getContext) : base(getContext) { }