12 lines
324 B
C#
12 lines
324 B
C#
namespace DamageAssesment.Api.SurveyResponses.Models
|
|
{
|
|
public class Location
|
|
{
|
|
public string Id { get; set; }
|
|
public string RegionId { get; set; }
|
|
public string Name { get; set; }
|
|
public string MaintenanceCenter { get; set; }
|
|
public string SchoolType { get; set; }
|
|
}
|
|
}
|