Пример #1
0
 public async Task <bool> AddBitcoinPayment(string payment)
 {
     return(await _adminRepository.AddBitcoinPayment(payment));
 }