Exemple #1
0
 public bool Create(T entity)
 {
     return(_dbOperator.Create(entity));
 }