@model HairCutQuery @{ ViewData["Title"] = SR["Command confirmation"]+" "+ViewBag.Activity.Name; }

@ViewData["Title"]

@SR["Your book query"]


@if (ViewBag.GooglePayload !=null) { @if (ViewBag.GooglePayload.success>0) {

@SR["GCM Notifications sent"]

} else { if (ViewBag.GooglePayload.failure>0) {
@SR["GCM Notification sending failed"]
} else {
@SR["E-mail sent"]
} } }