Beispiel #1
0
 public void Save(DCVendorCountyRate dcvdr)
 {
     try
     {
         VendorCountyRateDetail detvdr = new VendorCountyRateDetail();
         GMUtilities.GMReflectionUtils.Copy(dcvdr, detvdr);
         m_biz.Save(detvdr);
     }
     catch (Exception exp)
     { throw exp; }
     finally { }
 }
Beispiel #2
0
 public void Save(VendorCountyRateDetail det)
 {
     Save(det, VendorCountyRateMap.ProcedureSave);
 }
Beispiel #3
0
 public void Save(VendorCountyRateDetail det)
 {
     m_db.Save(det);
 }