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