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