示例#1
0
 public void SetUp()
 {
     model   = new();
     backend = new();
     sut     = ModelBinding.New(model, backend);
 }