コード例 #1
0
 // GET: api/Moneda
 public IEnumerable <Moneda> Get()
 {
     return(Moneda.ToList(_service.GetAll()));
 }