Example #1
0
 public virtual void Insert(TEntity entity)
 {
     _baseRepository.Insert(entity);
 }