using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace FindAndDrive.Domain.Models.DTO.Request { public class TransUnionRequest { public string xmlRequest; public bool flag; } }