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