gives a command type to the estimate

This commit is contained in:
Paul Schneider 2017-03-09 15:16:37 +01:00
commit ca4f4d3af0

View file

@ -37,7 +37,8 @@ namespace ZicMoove.Droid.Services.GCMHandlers
var client = JsonConvert.DeserializeObject<ClientProviderInfo>(clientJson);
var estimate = new Estimate
{
Id = eid
Id = eid,
CommandType = data.GetString("CommandType")
};
var dateString = data.GetString("ProviderValidationDate");
DateTime evDate;