public BccTransferFunction(IBccTransactionService bccTransactionService)
 {
     _bccTransactionService = bccTransactionService;
 }
示例#2
0
 public BccController(IBccTransactionService bccTransactionService)
 {
     _bccTransactionService = bccTransactionService;
 }