예제 #1
0
 public LocalModelView getLocal(int IdEvento)
 {
     return(DetEvento_LocalDAO.GetLocal(IdEvento));
 }
예제 #2
0
 public string ActualizarDetEvento_Local(DetEvento_Local value)
 {
     return(DetEvento_LocalDAO.Actualizar(value));
 }
예제 #3
0
 public string EiminarDetEvento_Local(int IdEvento, int IdLocal)
 {
     return(DetEvento_LocalDAO.Eliminar(IdEvento, IdLocal));
 }
예제 #4
0
 public string IngresarDetEvento_Local(DetEvento_Local value)
 {
     return(DetEvento_LocalDAO.Ingresar(value));
 }
예제 #5
0
 public DetEvento_Local ListarDetEvento_Local(int IdEvento, int IdLocal)
 {
     return(DetEvento_LocalDAO.Listar(IdEvento, IdLocal));
 }
예제 #6
0
 public List <DetEvento_Local> ListarDetEvento_Local()
 {
     return(DetEvento_LocalDAO.Listar());
 }