示例#1
0
 protected async override Task OnInitializedAsync()
 {
     SweetAlertMessage.Prepare(JSRuntime);
     Users = await ApplicationUserRepository.GetAll();
 }
示例#2
0
 protected override void OnInitialized()
 {
     SweetAlertMessage.Prepare(JSRuntime);
 }
示例#3
0
 protected async override Task OnInitializedAsync()
 {
     SweetAlertMessage.Prepare(JSRuntime);
 }
 protected async override Task OnInitializedAsync()
 {
     SweetAlertMessage.Prepare(JSRuntime);
     Answers = new HashSet <Answer>();
     Survey  = await SurveyRepository.GetSurvey(SurveyId);
 }