コード例 #1
0
        /// <summary>
        /// Posts the view.
        /// </summary>
        private void PostView()
        {
            var a         = chatLieuService.GetAll();
            var listModel = a.Select(b => b.ToModel()).ToList();

            view.PostView(listModel);
        }