Spaces:
Paused
Paused
| namespace Application.DTOs.PartnerDTOs | |
| { | |
| public class UpdatePartnerDTO | |
| { | |
| public int Id { get; set; } | |
| public string Name { get; set; } | |
| public string ContactPerson { get; set; } | |
| public string PhoneNumber { get; set; } | |
| public int NodeId { get; set; } | |
| } | |
| } | |