コード例 #1
0
        public void ReloadData()
        {
            IsLoading = true;
            ItemEdit  = null;
            ClearError();

            _modelTrain.GetSubjectAsync(EditID);
        }
コード例 #2
0
        public void ReloadData()
        {
            IsLoading  = true;
            _listKhoa  = null;
            ItemEdit   = null;
            ItemLopHoc = null;
            ItemMonHoc = null;
            ClearError();

            _modelTrain.GetListDepartmentAsync();
            _modelTrain.GetSubjectAsync(MonHocID);
            _modelTrain.GetClassAsync(LopID, 0);
            _modelTrain.GetTrainingAsync(EditID);
        }