0
ivanosw1 created
Hi, I'm implementing a worker process with a plugin module. I've three module: Core, Entity Framework and the Worker. The Worker module needs a Repository but at the bootstrap Abp says: System.ApplicationException: Filter name MustHaveTenant not found.
I've used DependsOn attribute through on my modules, but which dependencies I'm missing ?
Thank you.