예제 #1
0
 public static Notification GetById(int id)
 {
     return(Converters.NotificationConverter.ToDTO(NotificationDAL.GetById(id)));
 }
예제 #2
0
        //public Topic ChangeStatus(long id)
        //{
        //    return topicDAL.ChangeStatus(id);
        //}

        public IQueryable GetById(long id)
        {
            return(notificationDAL.GetById(id));
        }