Ejemplo n.º 1
0
 private void HandleFieldChanged(object sender, FieldChangedEventArgs e)
 {
     FormValid = ClientInfoContext.Validate();
     StateHasChanged();
 }
Ejemplo n.º 2
0
 public ClientInfoRepository(ClientInfoContext context)
 {
     _context = context ?? throw new ArgumentNullException(nameof(context));
 }