Ejemplo n.º 1
0
 public override IndexType Add(IndexType model)
 {
     _repository.Add(new[] { model });
     return(model);
 }
Ejemplo n.º 2
0
 public IndexType Add(IndexType model)
 {
     _indexTypeRepository.Add(new[] { model });
     return(model);
 }