gives a command type to the estimate
This commit is contained in:
parent
ecc0266502
commit
ca4f4d3af0
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue