im trying to scope UmbracoCms.IMemberService and UmbracoCms.IScopeProvider in the startup class of a web api that i have to connect to a Umbraco web proj.
im a little green working with umbraco, when i try to do the DI i get the message:
Unable to resolve service for type 'Umbraco.Cms.Core.Scoping.IScopeProvider' while attempting to activate 'UserRepository'.
is there something im missing?
How can i DI the umbraco methods i needed to call custom made classes
.Net Core Web API using umbraco services
Hello,
i have one question,
im trying to scope
UmbracoCms.IMemberService
andUmbracoCms.IScopeProvider
in the startup class of a web api that i have to connect to a Umbraco web proj.im a little green working with umbraco, when i try to do the DI i get the message:
is there something im missing? How can i DI the umbraco methods i needed to call custom made classes
is working on a reply...