예제 #1
0
 public PassengerDetailDomain(ITrainUow uow, IDbContextManager <MainSqlDbContext> dbContextManager)
 {
     this.Uow         = uow;
     DbContextManager = dbContextManager;
 }
예제 #2
0
 public PassengerInvoiceDomain(ITrainUow uow)
 {
     this.Uow = uow;
 }
예제 #3
0
 public TrainBookingDomain(ITrainUow uow, IDbContextManager <MainSqlDbContext> dbContextManager)
 {
     this.Uow         = uow;
     DbContextManager = dbContextManager;
 }