namespace BusinessERP.Models.CommonViewModel { public class ApplicationInfo { public string FullName { get; set; } public string ShortName { get; set; } public string Version { get; set; } public string Copyright { get; set; } public string CopyrightURL { get; set; } public string AppLogo { get; set; } public string LoginUIBGImageName { get; set; } public string DBConnectionStringName { get; set; } } }