Agregar archivos de proyecto.

This commit is contained in:
2026-05-14 08:45:02 +02:00
parent 0bf9686303
commit 371937db13
129 changed files with 100769 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Public Interface ItsContexto
Function GuardarCambios() As Integer
Function ObtieneLongitudCampo(NombreTablaBase As String, NombreCampo As String) As Integer
Sub EliminaObjeto(DataContext As Object)
Sub AñadeObjeto(Entidad As Object)
'Event GuardandoCambios(sender As Object, e As EventArgs)
Function CompruebaUnico(estado As Comun.EstadosAplicacion, NombreCampo As String, valor As Object, uc As tsAplicacion) As Boolean
Function HayModificaciones() As Boolean
End Interface