forked from ddrilling/AsbCloudServer
Merge pull request '#27789462 TelemetryDataSpinDto удалить свойство Date.' (#197) from fix/27789462-telemetryDataSpinDto-remove-date-property into dev
Reviewed-on: http://test.digitaldrilling.ru:8080/DDrilling/AsbCloudServer/pulls/197
This commit is contained in:
commit
d69e43e485
@ -17,15 +17,6 @@ namespace AsbCloudApp.Data.SAUB
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public DateTime DateTime { get; set; }
|
public DateTime DateTime { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// Дата
|
|
||||||
/// </summary>
|
|
||||||
public DateTime Date
|
|
||||||
{
|
|
||||||
get { return DateTime; }
|
|
||||||
set { DateTime = value; }
|
|
||||||
}
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Ограничение числа оборотов вправо
|
/// Ограничение числа оборотов вправо
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user