Exemplo n.º 1
0
 public DataEntity(String nameCommon)
 {
     _name            = nameCommon;
     CollectionParams = new CollectionParameter();
 }
Exemplo n.º 2
0
 public DataProcedure()
 {
     CollectionParams = new CollectionParameter();
 }