Beispiel #1
0
 public void ClearFields(BaseViewModel viewModel)
 {
     viewModel.ClearAllFields();
     ModelState.Clear();
 }