Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace WPFApp.Model.Response {
- public class BestuurderResponseDTO : IResponseDTO {
- public int? Id { get; set; }
- public string? Naam { get; set; }
- public string? Voornaam { get; set; }
- public AdresResponseDTO Adres { get; set; }
- public DateTime? GeboorteDatum { get; set; }
- public string? Rijksregisternummer { get; set; }
- public string? Rijbewijssoort { get; set; }
- public VoertuigResponseDTO Voertuig { get; set; }
- public TankkaartResponseDTO Tankkaart { get; set; }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment