示例#1
0
 // DELETE: api/Moneda/5
 public void Delete(int id)
 {
     _service.Delete(id);
 }