コード例 #1
0
 public void Show(ClassEntityWithoutChildrenDto classEntityToDelete)
 {
     StringMatcher = new StringMatcher(classEntityToDelete.Name);
     ResetDialog(classEntityToDelete);
     ShowDialog = true;
     StateHasChanged();
 }
コード例 #2
0
 private void ResetDialog(ClassEntityWithoutChildrenDto classEntityToDelete)
 {
     ClassEntity = classEntityToDelete;// _sessionDataService.LoggedInUserName };
 }