示例#1
0
 public string EiminarDetEvento_Local(int IdEvento, int IdLocal)
 {
     return(DetEvento_LocalDAO.Eliminar(IdEvento, IdLocal));
 }