Moving Entities to System and Common
Understanding the Role of System and Common Projects * Common Project: For shared things that multiple projects can use (like tools, reusable code, or common settings). Example: Same DTOs, enums, or helper functions used everywhere. * System Project: For things specific to one application (like custom logic, workflows, and configurations). Example: APIs,