Пример #1
0
 public IActionResult GetList(int id)
 {
     return(Ok(new {
         list = _bitcoinservice.GetBitCoin()
     }));
 }