Example #1
0
 //init
 internal CommandArgs(List <MappedProperty> allEntityProperties
                      , MappedPropertyUtility mappedPropertyUtility)
     : base(allEntityProperties, mappedPropertyUtility)
 {
 }