public MarketService(OrbDbContext context) { _context = context; }
public MemberService(OrbDbContext context) { _context = context; }
public FamilyService(OrbDbContext context) { _context = context; }
public NetworkService(OrbDbContext context) { _context = context; }
public CompanyService(OrbDbContext context) { _context = context; }
public IndividualService(OrbDbContext context) { _context = context; }
public FeedService(OrbDbContext context) { _context = context; }
public DivisionService(OrbDbContext context) { _context = context; }
public EntityService(OrbDbContext context) { _context = context; }
public OrganizationService(OrbDbContext context) { _context = context; }