Esempio n. 1
0
 public void ExcuteBulkInsertCommand <B>(List <B> aEnitites, string con) where B : EntityBase, new()
 {
     //throw new NotImplementedException();
     DBWriter.ExcuteBulkInsertCommand <B>(aEnitites, con);
 }