diff --git a/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs b/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs index 0675dad98..6e1bd9bf1 100644 --- a/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs +++ b/IRaCIS.Core.Application/Service/Institution/DTO/SiteModel.cs @@ -54,7 +54,7 @@ namespace IRaCIS.Application.Contracts public string City { get; set; } = string.Empty; - + public string Province { get; set; } = string.Empty; public string Country { get; set; } = string.Empty; } } \ No newline at end of file