예제 #1
0
 public TransactionController(DisneyDB dbContext)
 {
     _dbContext = dbContext;
 }
예제 #2
0
 public ContractController(DisneyDB dbContext)
 {
     _dbContext = dbContext;
 }
예제 #3
0
 public ListTransactionService(DisneyDB dbContext)
 {
     _dbContext = dbContext;
 }
 public CreateTransactionService(DisneyDB dbContext)
 {
     _dbContext = dbContext;
 }
예제 #5
0
 public ListContractService(DisneyDB dbContext)
 {
     _dbContext = dbContext;
 }
예제 #6
0
 public UpdateContractService(DisneyDB dbContext)
 {
     _dbContext = dbContext;
 }
예제 #7
0
 public DeleteContractService(DisneyDB dbContext)
 {
     _dbContext = dbContext;
 }