forked from MDCPS/DamageAssessment_Backend
		
	updated latest changes from dev
This commit is contained in:
		| @ -3,6 +3,7 @@ using System.ComponentModel.DataAnnotations.Schema; | ||||
|  | ||||
| namespace DamageAssesment.Api.Locations.Db | ||||
| { | ||||
|     [Table("Locations")] | ||||
|     public class Location | ||||
|     { | ||||
|         [Key] | ||||
|  | ||||
| @ -1,7 +1,9 @@ | ||||
| using System.ComponentModel.DataAnnotations; | ||||
| using System.ComponentModel.DataAnnotations.Schema; | ||||
|  | ||||
| namespace DamageAssesment.Api.Locations.Db | ||||
| { | ||||
|     [Table("Regions")] | ||||
|     public class Region | ||||
|     { | ||||
|         [Key] | ||||
|  | ||||
		Reference in New Issue
	
	Block a user