using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Oreo.FileMan.Models { public class WatcherFiles { public int Id { get; set; } public string FullPath { get; set; } } }