Exemplo n.º 1
0
 protected void MarkNotificationsAsRead()
 {
     UsersNofications userNotif = new UsersNofications();
     userNotif.MarkNotificationReadByFormID((new Guid(Membership.GetUser(Page.User.Identity.Name).ProviderUserKey.ToString())),CurrentManual);
 }