2 lines
101 B
C#
2 lines
101 B
C#
namespace Entidades.Dto;
|
|
public record ServicioAPropiedadDto(int propiedadid, List<int> idServicios); |