Beispiel #1
0
 public bool SendPush([FromBody] PushNotifications push)
 {
     return(PushNotifications.SendPush(push));
 }