예제 #1
0
 public ICollection <Notification> GetAllNotificationByUserId(Guid id)
 {
     return(_notificationBLL.GetAllNotificationByUserId(id));
 }