using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Oreo.FileMan.Models { public class UsnDrives { public int Id { get; set; } public string Name { get; set; } public string LastFormatTime { get; set; } } }