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
Refactor: use global usings and modernize object creation
Removed redundant usings in favor of global usings in _Global.cs, streamlining imports across the codebase. Reformatted object instantiations to use concise new(...) syntax for consistency. Made minor formatting improvements for readability. No functional changes.
0 commit comments