예제 #1
0
 public void ADD(TEntity obj)
 {
     _repository.ADD(obj);
 }