示例#1
0
 private void ConfigureJsonFactory <TJson>()
     where TJson : class
 {
     JsonFactory.Setup(f => f.Create <TJson>())
     .Returns(JsonObjectFactory.Get <TJson>().Object);
 }