Beispiel #1
0
 public async Task CreateAsync(BankAccountInfo item)
 {
     await _bankRepository.CreateAsync(item);
 }