using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Marco.Pms.Model.ViewModels.Employee { public class EmployeeProfile { public EmployeeVM EmployeeInfo { get; set; } public string[] Projects { get; set; } public string[] FeaturePermissions { get; set; } } }