Dependency Injection - directory inject one class in another class

后端 未结 0 1344
猫巷女王i
猫巷女王i 2021-02-02 09:21

I have a MailRepository class with the following structire:

public class MailRepository : IMailRepository
{
    public MailRepository()
    {
    }

    public as         


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