Esempio n. 1
0
    public void SaveNotification(string loginid = "0", string notificationmsg = "0", string userid = "0", string pprid = "0", string notificationtype = "0", string actionurl = "#", string sentbyurl = "#", string docid = "0")
    {
        NotificationBL obj = new NotificationBL();

        obj.saveNotificationBL(loginid, notificationmsg, userid, pprid, notificationtype, actionurl, sentbyurl, docid);
        //"~/Authenticate/LinMin/Default.aspx"
    }