using Marco.Pms.Model.Projects; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Marco.Pms.Model.Dtos.Project { public class ProjectVM : ProjectDto { public List Buildings { get; set; } } }