Example #1
0
        public async Task <IActionResult> GetTransactionCodes(int id)
        {
            var response = await _db.GetTransactionCode(id);

            return(_responsesService.GetResponse(response));
        }