コード例 #1
0
 public DepositBranchService(ICheckingBranchService checkingBranchService, BBContext context, IMapper mapper) : base(context, mapper)
 {
     _checkingBranchService = checkingBranchService;
 }
コード例 #2
0
ファイル: OperationsController.cs プロジェクト: zhenia01/BB
 public OperationsController(ICheckingBranchService checkingBranchService)
 {
     _branchService = checkingBranchService;
 }