Пример #1
0
 public ActionResult SendTestPush(string environment)
 {
     MessageLayer.SendTestPush();
     return(new HttpStatusCodeResult(200));
 }