コード例 #1
0
 public MarketService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #2
0
ファイル: MemberService.cs プロジェクト: the-orb/orb.net
 public MemberService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #3
0
ファイル: FamilyService.cs プロジェクト: the-orb/orb.net
 public FamilyService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #4
0
ファイル: NetworkService.cs プロジェクト: the-orb/orb.net
 public NetworkService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #5
0
 public CompanyService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #6
0
ファイル: IndividualService.cs プロジェクト: the-orb/orb.net
 public IndividualService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #7
0
ファイル: FeedService.cs プロジェクト: the-orb/orb.net
 public FeedService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #8
0
 public DivisionService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #9
0
 public EntityService(OrbDbContext context)
 {
     _context = context;
 }
コード例 #10
0
 public OrganizationService(OrbDbContext context)
 {
     _context = context;
 }