You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where Model is the blazor page model and is of type Subscriber.
Add takes a FieldIdentifier or Expression<Func> accessor. Why can't the add method use a simple nameof rather than the more complicated FieldIdentifier and the accessor method?