using System; using System.Collections.Generic; using System.Text; namespace WCS.Model.ApiModel { public class LocationAreaModel { public int? Id { get; set; } public string LocationAreaName { get; set; } } }