示例#1
0
 protected override void Context()
 {
     sut      = new BoolAttributeMapper <TestSerializationContext>();
     _context = new TestSerializationContext();
 }
示例#2
0
 public NullableBoolAttributeMapper()
 {
     _booleanAttributeMapper = new BoolAttributeMapper <TContext>();
 }