Exemple #1
0
 void IDataRepository.Insert <TEntity>(TEntity entity)
 {
     dataContext.Add(entity);
 }