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