コード例 #1
0
ファイル: EventoBO.cs プロジェクト: carloseip/ApiEventos
 public string EliminarEvento(int Id)
 {
     return(EventoDAO.Eliminar(Id));
 }