Ejemplo n.º 1
0
 private void BaseUserControl_Loaded(object sender, RoutedEventArgs e)
 {
     list = Nbll.GetNoticeList();
     this.listbox_Notice.ItemsSource = GetListValue(0, Length);
 }
Ejemplo n.º 2
0
        public IActionResult Index()
        {
            var list = _noticeBll.GetNoticeList();

            return(View(list));
        }