gives a command type to the estimate

This commit is contained in:
2017-03-09 15:16:37 +01:00
parent 60a529133d
commit 9b0f867950

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;