Rename EmailApi.Models.* namespace to Email.Models.* in email-api-models
Removes the spurious Api segment to match the pattern used by all other models projects: CvMatcher.Models.*, Rag.Models.*, PageFetcher.Models.*. Updated all consumers: email-api, api, cv-search-job. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace EmailApi.Models.Settings;
|
||||
namespace Email.Models.Settings;
|
||||
|
||||
public sealed class SmtpSettings
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user