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