Ejemplo n.º 1
0
 public Task <List <NotificationsManager.PushNotificationResult> > SendTest([FromQuery] string key, [FromQuery] string message, CancellationToken cancel)
 {
     _Config.VerifyUtilAuth(key);
     return(_Mgr.SendNotificationAsync(message, null, cancel));
 }