예제 #1
0
 public void Insert(data.Usuario t)
 {
     _repo.Insert(t);
     _repo.Commit();
 }
예제 #2
0
 public void Insert(data.Profesor t)
 {
     _repo.Insert(t);
     _repo.Commit();
 }
예제 #3
0
 public void Insert(client entity)
 {
     _repository.Insert(entity);
 }
예제 #4
0
 public void Insert(category entity)
 {
     _repository.Insert(entity);
 }
예제 #5
0
 public void Insert(data.Gastos t)
 {
     _repo.Insert(t);
     _repo.Commit();
 }
예제 #6
0
 public void Insert(data.Carrera t)
 {
     _repo.Insert(t);
     _repo.Commit();
 }
예제 #7
0
 public void Insert(data.Customers t)
 {
     _repo.Insert(t);
     _repo.Commit();
 }