Fix timeline date
This commit is contained in:
@@ -145,10 +145,10 @@ namespace Step.Controllers.WebApi
|
||||
public class DTOTimelineDateElement
|
||||
{
|
||||
[XmlElement("from")]
|
||||
public string From { get; set; }
|
||||
public DateTime From { get; set; }
|
||||
|
||||
[XmlElement("to")]
|
||||
public string To { get; set; }
|
||||
public DateTime To { get; set; }
|
||||
}
|
||||
|
||||
public class DTOTimelinePartPrg
|
||||
|
||||
Reference in New Issue
Block a user