public Repository(LeadDataContext context) { this.context = context; }
public ServiceRepository(LeadDataContext context) : base(context) { }
public ServiceController(LeadDataContext context) { this.context = context; this.serviceRepo = new ServiceRepository(context); }
public LeadRepository(LeadDataContext context) : base(context) { }