Example #1
0
 public ICollection <Notification> GetAllNotificationSystem(Guid id)
 {
     return(_notificationBLL.GetAllNotificationSystem(id));
 }