Exemplo n.º 1
0
 public void Update(Model.InvestidorModel _investidorModel)
 {
     _dbConn.Connection.Update(_investidorModel);
 }
Exemplo n.º 2
0
 public void Delete(Model.InvestidorModel _investidorModel)
 {
     _dbConn.Connection.Delete(_investidorModel);
 }
Exemplo n.º 3
0
 public void Insert(Model.InvestidorModel _investidorModel)
 {
     _dbConn.Connection.Insert(_investidorModel);
 }