Beispiel #1
0
 public TlIsteController(IUserRequestTLRepository repository, UserRequestTLService service, ITransferAmountRepository transferAmountRepository, TransferAmountService transferAmountService)
 {
     this.repository = repository;
     this.service    = service;
     this.transferAmountRepository = transferAmountRepository;
     this.transferAmountService    = transferAmountService;
 }
Beispiel #2
0
 public UserRequestTLService(IUserRequestTLRepository repository)
 {
     this.repository = repository;
 }