Exemplo n.º 1
0
 public void Insert(Test entity)
 {
     _unitOfWork.GetRepository <Test>().Add(entity);
     _unitOfWork.Commit();
 }