예제 #1
0
 public override IndexType Add(IndexType model)
 {
     _repository.Add(new[] { model });
     return(model);
 }
예제 #2
0
 public IndexType Add(IndexType model)
 {
     _indexTypeRepository.Add(new[] { model });
     return(model);
 }