Skip to content

Commit

Permalink
feat(*): refactor and finish update of test
Browse files Browse the repository at this point in the history
  • Loading branch information
JeferssonCL committed Sep 27, 2024
1 parent fd35607 commit 539c280
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ namespace DistributionCenter.Infraestructure.DTOs.Concretes.DeliveryPoint;

public class CreateDeliveryPointDto : ICreateDto<DeliveryPoint>
{
public required double Latitude { get; init; }
public required double Longitude { get; init; }
public required double Latitude { get; set; }
public required double Longitude { get; set; }

public DeliveryPoint ToEntity()
{
Expand Down

0 comments on commit 539c280

Please sign in to comment.