How to dictate the order of Autofixture when mapping Interface to a concrete class?

后端 未结 0 672
夕颜
夕颜 2021-01-29 23:24
    interface ILamp
    {
        bool IsWorking { get; set; }

        string LampModel { get; set; }
    }

    public string LampModel
        {
            get =>         


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