public JobController(ISwiftService swift) { _swift = swift; }
public MyAPI(IValidator <MakeTransfer> validator, IRepository <AccountState> accounts, ISwiftService swiftService) { this.validator = validator; this.accounts = accounts; this.swift = swiftService; }
public HomeController(ISwiftService swift) { _swift = swift; }
public NufController() { this.Bc = new Bc(); this.repo = new AccountStateRepository(); this.swift = new Swift(); }