This website requires JavaScript.
Explore
Help
Register
Sign In
on.nemtina
/
DD.WellWorkover.Cloud
Watch
1
Star
0
Fork
0
You've already forked DD.WellWorkover.Cloud
forked from
ddrilling/AsbCloudServer
Code
Pull Requests
Activity
dev
DD.WellWorkover.Cloud
/
AsbCloudDb
/
Model
/
IId.cs
8 lines
104 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
fix encoding to utf8 (without bom), u200b, line endings, tabs to 3 spaces, variants of minus char to base minus char
2024-07-04 11:02:45 +05:00
namespace
AsbCloudDb.Model
среда:)
2021-04-07 18:01:56 +05:00
{
public
interface
IId
{
fix jsonSerializer settings; reafctor TelemetryHub; Add wellDepth into TelemetryMessage
2021-09-17 16:24:01 +05:00
public
int
Id
{
get
;
set
;
}
среда:)
2021-04-07 18:01:56 +05:00
}
}
Copy Permalink