unit test errors with xunit and moq

后端 未结 0 1680
面向向阳花
面向向阳花 2021-01-01 05:51

My service looks like this:

public class MyService : IMyService
{
        private readonly Context _db;
       
        public MyService(Context db)
        {         


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