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
The `dto` parameter is already validated as not null in the two cases where `AddToList()` is called. There's no need to validate it again. While I was at it, used `camelCase` for local function name, per emerging convention. (The remaining local functions already use this.)
0 commit comments