SendUserNotification() public method

Sends user onsite notification
public SendUserNotification ( string msg ) : void
msg string message to user
return void
 private void SendOnSiteNotification(SendInfo info, string msg1)
 {
     var _srv = new SqApiServiceFacade(Options.ApiUrl, info.UserName);
     _srv.SendUserNotification(msg1);
 }