handle estimate

vnext
Paul Schneider 8 years ago
parent 1200f437c2
commit 0e956b22e0
1 changed files with 4 additions and 1 deletions

@ -34,7 +34,10 @@ namespace ZicMoove.Droid.Services
notificationManager = (NotificationManager)GetSystemService(Context.NotificationService);
Handlers = new Dictionary<string, IGCMessageHandler>
{
{"BookQuery", new BookQueryGCMHandler(this,notificationManager,notificationBuilder) }
{"RdvQuery", new BookQueryGCMHandler(this,notificationManager,notificationBuilder) },
{"Estimation", new EstimateGCMHandler(this,notificationManager,notificationBuilder) },
{"HairCutQuery", new HairCutQueryGCMHandler(this,notificationManager,notificationBuilder) },
};
}

Loading…