public AttorneyMasterRepository(MIDASGBXEntities context) : base(context) { _dbAttorney = context.Set <Attorney>(); _dbAttorneyAddressInfo = context.Set <AddressInfo>(); _dbAttorneyContactInfo = context.Set <ContactInfo>(); context.Configuration.ProxyCreationEnabled = false; }
public ScheduleRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <Schedule>(); _dbSetScheduleDetail = context.Set <ScheduleDetail>(); context.Configuration.ProxyCreationEnabled = false; }
public DoctorRepository(MIDASGBXEntities context) : base(context) { _dbSetDocSpecility = context.Set <DoctorSpeciality>(); _dbSet = context.Set <Doctor>(); _dbSetDocRoomTestMapping = context.Set <DoctorRoomTestMapping>(); context.Configuration.ProxyCreationEnabled = false; }
public CompanyRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <Company>(); _dbuser = context.Set <User>(); _dbUserCompany = context.Set <UserCompany>(); _dbUserCompanyRole = context.Set <UserCompanyRole>(); _dbInvitation = context.Set <Invitation>(); context.Configuration.ProxyCreationEnabled = false; }
public InvitationRepository(MIDASGBXEntities context) : base(context) { _dbInvitation = context.Set <Invitation>(); context.Configuration.ProxyCreationEnabled = false; }
//private int UTCAdjustment_Minutes = 0; public CalendarEventRepository(MIDASGBXEntities context) : base(context) { _dbCalendarEvent = context.Set <CalendarEvent>(); context.Configuration.ProxyCreationEnabled = false; //if (ConfigurationManager.AppSettings["UTCAdjustment_Minutes"] != null) //{ // int.TryParse(ConfigurationManager.AppSettings["UTCAdjustment_Minutes"], out UTCAdjustment_Minutes); //} }
public DoctorLocationScheduleRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <DoctorLocationSchedule>(); context.Configuration.ProxyCreationEnabled = false; }
public DocumentNodeObjectMappingRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <DocumentNodeObjectMapping>(); context.Configuration.ProxyCreationEnabled = false; }
public PatientEmpInfoRepository(MIDASGBXEntities context) : base(context) { _dbEmpInfo = context.Set <PatientEmpInfo>(); context.Configuration.ProxyCreationEnabled = false; }
public SocialMediaRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <CaseStatu>(); context.Configuration.ProxyCreationEnabled = false; }
public PatientFamilyMemberRepository(MIDASGBXEntities context) : base(context) { _dbPatientFamilyMember = context.Set <PatientFamilyMember>(); context.Configuration.ProxyCreationEnabled = false; }
public DoctorSpecialityRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <DoctorSpeciality>(); context.Configuration.ProxyCreationEnabled = false; }
public RefferingOfficeRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <RefferingOffice>(); context.Configuration.ProxyCreationEnabled = false; }
public CompanyCaseConsentApprovalRepository(MIDASGBXEntities context) : base(context) { _dbCompanyCaseConsentApproval = context.Set <CompanyCaseConsentApproval>(); context.Configuration.ProxyCreationEnabled = false; }
public PlaintiffVehicleRepository(MIDASGBXEntities context) : base(context) { _dbAccidentInfo = context.Set <PlaintiffVehicle>(); context.Configuration.ProxyCreationEnabled = false; }
public DiagnosisCodeRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <DiagnosisCode>(); context.Configuration.ProxyCreationEnabled = false; }
public StateRepository(MIDASGBXEntities context) : base(context) { _dbState = context.Set <State>(); }
public IMEvisitRepository(MIDASGBXEntities context) : base(context) { _dbIMEVisit = context.Set <IMEVisit>(); context.Configuration.ProxyCreationEnabled = false; }
public PreferredAttorneyProviderRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <PreferredAttorneyProvider>(); }
public AdjusterMasterRepository(MIDASGBXEntities context) : base(context) { _dbAdjusterMaster = context.Set <AdjusterMaster>(); context.Configuration.ProxyCreationEnabled = false; }
public OTPCompanyMappingRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <OTPCompanyMapping>(); context.Configuration.ProxyCreationEnabled = false; }
public CaseInsuranceMappingRepository(MIDASGBXEntities context) : base(context) { _dbCaseInsuranceMapping = context.Set <CaseInsuranceMapping>(); context.Configuration.ProxyCreationEnabled = false; }
public CityRepository(MIDASGBXEntities context) : base(context) { _dbCity = context.Set <City>(); }
public PatientVisitUnscheduledRepository(MIDASGBXEntities context) : base(context) { _dbPatientVisitUnscheduled = context.Set <PatientVisitUnscheduled>(); context.Configuration.ProxyCreationEnabled = false; }
public SpecialityDetailsRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <SpecialtyDetail>(); context.Configuration.ProxyCreationEnabled = false; }
public UserCompanyRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <UserCompany>(); context.Configuration.ProxyCreationEnabled = false; }
public InsuranceMasterRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <InsuranceMaster>(); context.Configuration.ProxyCreationEnabled = false; }
public AttorneyVisitRepository(MIDASGBXEntities context) : base(context) { _dbpatientVisit = context.Set <AttorneyVisit>(); context.Configuration.ProxyCreationEnabled = false; }
public RoomTestRepository(MIDASGBXEntities context) : base(context) { _dbSet = context.Set <RoomTest>(); context.Configuration.ProxyCreationEnabled = false; }
public SchoolInformationRepository(MIDASGBXEntities context) : base(context) { _dbSchoolInformation = context.Set<SchoolInformation>(); context.Configuration.ProxyCreationEnabled = false; }