コード例 #1
0
ファイル: EventoController.cs プロジェクト: MaiaLevi/Proyecto
 public void Delete(int id)
 {
     MiEvento.BorrarEvento(id);
 }