Exemplo n.º 1
0
 public void ExcuteInsertCommand <B>(B aEntity, string con) where B : EntityBase, new()
 {
     DBWriter.ExcuteInsertCommand <B>(aEntity, con);
 }