public static List <Notification> GetAll() { return(Converters.NotificationConverter.ListToDTO(NotificationDAL.Get())); }
public Notification Get(int Id) { return(notificationDAL.Get(Id)); }