Exemplo n.º 1
0
        public async Task <string> RequestRaffleInvoice(string raffleId, string text, long amount)
        {
            var res = await _raffleService.GetRaffleInvoice(raffleId, text, amount);

            return(res);
        }