Add LocationId to Locations Model

This commit is contained in:
Christian Arenas 2017-06-14 15:24:56 +02:00
parent 0ffa9cb981
commit ec59ace1ea

View File

@ -9,6 +9,8 @@
{
[BsonRepresentation(BsonType.ObjectId)]
public string Id { get; set; }
public int LocationId { get; set; }
public string Code { get; set; }
[BsonRepresentation(BsonType.ObjectId)]
public string Parent_Id { get; set; }