Using dependency injection how can I access a method in a class inside a service?

后端 未结 0 1206
北荒
北荒 2021-02-06 23:57

Here\'s the Dependency Injection service that I created:

public partial class BehaviorService : IBehaviorService
{
    public BehaviorService()
    {
    }

    p         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题