Example #1
0
 public void Create(TEntity entity)
 {
     _dataProvider.Create(entity);
 }