All checks were successful
Optimized Build and Deploy / remote-build-and-deploy (push) Successful in 5m17s
8 lines
205 B
C#
8 lines
205 B
C#
namespace GestionIntegral.Api.Dtos.Distribucion
|
|
{
|
|
public class OtroDestinoDropdownDto
|
|
{
|
|
public int IdDestino { get; set; }
|
|
public string Nombre { get; set; } = string.Empty;
|
|
}
|
|
} |