* rc20-alpah2 + empty Model set from Yavsc
This commit is contained in:
parent
b962d58ded
commit
8ee81e9357
6 changed files with 9 additions and 14 deletions
|
|
@ -125,7 +125,7 @@ namespace Yavsc.ApiControllers
|
|||
// Notify the client
|
||||
var locstr = _localizer["EstimationMessageToClient"];
|
||||
|
||||
var yaev = new EstimationEvent(dbContext,estimate,_localizer);
|
||||
var yaev = new EstimationEvent(estimate,_localizer);
|
||||
|
||||
var regids = estimate.Client.Devices.Select(d => d.GCMRegistrationId).ToArray();
|
||||
bool gcmSent = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue