Esempio n. 1
0
 public MarketService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public MemberService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public FamilyService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public NetworkService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 5
0
 public CompanyService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 6
0
 public IndividualService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 7
0
 public FeedService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 8
0
 public DivisionService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 9
0
 public EntityService(OrbDbContext context)
 {
     _context = context;
 }
Esempio n. 10
0
 public OrganizationService(OrbDbContext context)
 {
     _context = context;
 }