コード例 #1
0
 public SegmentRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #2
0
 public AddressRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #3
0
 public OfferItemRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #4
0
 public FlightRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #5
0
 public CurrencyRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #6
0
 public OperationRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #7
0
 public Repository(AmadeusDevContext context)
 {
     this.context = context;
     this.entity  = context.Set <TEntity>();
 }
コード例 #8
0
 public UnitOfWork(AmadeusDevContext context, IServiceProvider serviceProvider)
 {
     this.context         = context;
     this.serviceProvider = serviceProvider;
 }
コード例 #9
0
 public ServiceRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #10
0
 public PricingDetailRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #11
0
 public AircraftRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #12
0
 public CarrierRepository(AmadeusDevContext context) : base(context)
 {
 }
コード例 #13
0
 public DistanceRepository(AmadeusDevContext context) : base(context)
 {
 }