This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Add LocationId to Locations Model
pull/223/head
Christian Arenas
7 years ago
parent
0ffa9cb981
commit
ec59ace1ea
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/Services/Location/Locations.API/Model/Locations.cs
+ 2
- 0
src/Services/Location/Locations.API/Model/Locations.cs
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
;
}
Write
Preview
Loading…
Cancel
Save