using System.Collections.Generic; using Neo.LegitimateLicences.Common.ViewModels; using Neo.LegitimateLicences.Data.Models; using Neo.Afx.Admin.Security; namespace Neo.LegitimateLicences.Admin { public class OfficeLocationsModel : ResponsiveAppBaseModel { public IEnumerable OfficeLocations { get; set; } } }