Se redefine el master deatil de los viajes a partor de la reunion de hoy

develop
Al Garcia 2 years ago
parent 6f548d6fa1
commit 58da68a9b9
  1. 4
      DTO/Operaciones/DTOOpViajesServicios.cs
  2. 1
      Models/Catalogos/ICatServicios.cs
  3. 3
      Repository/Catalogos/CatServiciosRepository.cs
  4. 5
      Repository/Operaciones/OpViajesRepository.cs
  5. BIN
      bin/Debug/net6.0/AOLBackend.dll
  6. BIN
      bin/Debug/net6.0/AOLBackend.pdb
  7. 4
      obj/Debug/net6.0/AOLBackend.GeneratedMSBuildEditorConfig.editorconfig
  8. BIN
      obj/Debug/net6.0/AOLBackend.assets.cache
  9. BIN
      obj/Debug/net6.0/AOLBackend.dll
  10. BIN
      obj/Debug/net6.0/AOLBackend.pdb
  11. BIN
      obj/Debug/net6.0/ref/AOLBackend.dll
  12. BIN
      obj/Debug/net6.0/refint/AOLBackend.dll
  13. 9
      obj/staticwebassets.pack.sentinel

@ -6,6 +6,10 @@ namespace AOLBackend.DTO.Operaciones
public int IdViaje { get; set; } = 0;
public int IdServicio { get; set; } = 0;
public string? sServicio { get; set; } = null!;
public int Aduana { get; set; } = 0;
public string Comentarios { get; set; } = null!;
public int IdProveedor { get; set; } = 0;
public string sProveedor { get; set; } = null!;
public byte Activo { get; set; } = 1;
}
}

@ -5,7 +5,6 @@ namespace AOLBackend.Models.Catalogos
{
public int id { get; set; }
public string Servicio { get; set; } = null!;
public decimal Precio { get; set; } = 0;
public Byte Activo { get; set; } = 0!;
}
}

@ -23,8 +23,7 @@ namespace AOLBackend.Repository.Catalogos
var entrada = await connection.QueryAsync<ICatServicios>(query, new
{
@id = data.id,
@Servicios = data.Servicio,
@Precio = data.Precio,
@Servicio = data.Servicio
}, commandType: CommandType.StoredProcedure);
return entrada.First();
}

@ -48,7 +48,10 @@ namespace AOLBackend.Repository.Operaciones
{
@id = data.id,
@IdViaje = data.IdViaje,
@IdServicio = data.IdServicio
@IdServicio = data.IdServicio,
@Aduana = data.Aduana,
@Comentarios = data.Comentarios,
@IdProveedor = data.IdProveedor
}, commandType: CommandType.StoredProcedure);
return entrada.ToList();
}

Binary file not shown.

Binary file not shown.

@ -8,9 +8,9 @@ build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = AOLBackend
build_property.RootNamespace = AOLBackend
build_property.ProjectDir = c:\projects\staging\AOLBackend\
build_property.ProjectDir = C:\projects\staging\AOLBackend\
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = c:\projects\staging\AOLBackend
build_property.MSBuildProjectDirectory = C:\projects\staging\AOLBackend
build_property._RazorSourceGeneratorDebug =

Binary file not shown.

Binary file not shown.

@ -102,3 +102,12 @@
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0
2.0

Loading…
Cancel
Save