✅ using from another csproj
Currently i have 2 projects, an api app and a worker service app
And both use the same models.
Is there a way to put the models in a libary project and the 2 other projects include them? Without me needing to write the models twice per project?
And both use the same models.
Is there a way to put the models in a libary project and the 2 other projects include them? Without me needing to write the models twice per project?