This website requires JavaScript.
Explore
Help
Register
Sign In
Victoria_Presnyakova
/
Pibd-22_Presnyakova.V.V_JewelryStore
Watch
1
Star
0
Fork
0
You've already forked Pibd-22_Presnyakova.V.V_JewelryStore
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1c086e4d64
Pibd-22_Presnyakova.V.V_Jew...
/
AbstractShopDataModels
/
IId.cs
8 lines
101 B
C#
Raw
Normal View
History
Unescape
Escape
1
2023-02-05 17:40:39 +04:00
namespace
AbstractShopDataModels
{
1
2023-02-05 17:41:50 +04:00
public
interface
IId
1
2023-02-05 17:40:39 +04:00
{
1
2023-02-05 17:41:50 +04:00
int
Id
{
get
;
}
1
2023-02-05 17:40:39 +04:00
}
1
2023-02-05 17:41:50 +04:00
}
Reference in New Issue
Copy Permalink