public UserRepository(UICMAContext context) : base(context) { }
public EntityBaseRepository(UICMAContext context) { _context = context; }
public ClaimDeterminationRepository(UICMAContext context) : base(context) { this.context = context; }
public ClaimAppealRepository(UICMAContext context) : base(context) { this.context = context; }
public ClaimResponseRepository(UICMAContext context) : base(context) { this.context = context; }
public ScheduleRepository(UICMAContext context) : base(context) { this.context = context; }
public AttendeeRepository(UICMAContext context) : base(context) { }
public ClaimInterviewRepository(UICMAContext context) : base(context) { this.context = context; }