Exemple #1
0
        public async Task <IActionResult> GetPaymentMethods()
        {
            var result = await _otherService.GetPaymentMethod();

            return(Ok(result));
        }