using System; using System.Collections.Generic; using System.Text; namespace GMCabsDriverAssistant.Models { public class DriverAppSelectedPermissionsDto { public bool LocationSetToAlways { get; set; } public bool BatteryOptimisationDisabled { get; set; } } }