示例#1
0
 public DepositBranchService(ICheckingBranchService checkingBranchService, BBContext context, IMapper mapper) : base(context, mapper)
 {
     _checkingBranchService = checkingBranchService;
 }
示例#2
0
 public OperationsController(ICheckingBranchService checkingBranchService)
 {
     _branchService = checkingBranchService;
 }