コード例 #1
0
ファイル: ApptDialogBase.cs プロジェクト: bek15071991/Dental
        protected override async Task OnInitializedAsync()
        {
            scheduleUI    = new ScheduleUI(ScheduleDataService, AppointmentDataService);
            doctorUI      = new DoctorUI(DoctorDataService);
            queryParamsVM = scheduleUI.New();
            Doctors       = await doctorUI.GetList();

            ResetDialog();
        }