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