示例#1
0
 public ObjectBinder(ObjectBinderProperty <T>[] objectBinderProperties)
 {
     this.objectBinderProperties = objectBinderProperties;
     this.objectCreator          = LeettleDbUtil.CreateObjectDefaultCreator <T>();
 }