using System; namespace Shared { [Serializable] public class BackupInfoRes { public int Id { get; set; } public string FileName { get; set; } } }