Ejemplo n.º 1
0
 public bool InsertOrUpdate(OsContractorProduct OsContractorProduct)
 {
     return(_epr.InsertOrUpdate(OsContractorProduct));
 }
 public bool Save(OsContractorProduct OsContractorProduct)
 {
     _OsContractorProductApp.InsertOrUpdate(OsContractorProduct);
     return(_connection.Save());
 }