예제 #1
0
 public FlightController(UnityOfWork uow)
 {
     this.uow = uow;
 }
예제 #2
0
 public PlaneController(UnityOfWork uow)
 {
     this.uow = uow;
 }
예제 #3
0
 public ClientController(UnityOfWork uow)
 {
     this.uow = uow;
 }
예제 #4
0
 public TicketController(UnityOfWork uow)
 {
     this.uow = uow;
 }