using System; using System.Collections.Generic; using System.Text; namespace GMCabsDriverAssistant.Models { public class CancelledBookingResponseDto { public string PickUPAddress { get; set; } public string DropUpAddress { get; set; } } }