using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ERP.Model { public class EmployeeAttachments { public string Name { get; set; } public string AttachmentName { get; set; } public Boolean IsDelete { get; set; } } }