public BccTransferFunction(IBccTransactionService bccTransactionService)
 {
     _bccTransactionService = bccTransactionService;
 }
예제 #2
0
 public BccController(IBccTransactionService bccTransactionService)
 {
     _bccTransactionService = bccTransactionService;
 }