Beispiel #1
0
 /// <summary>
 /// Code to save Supplier price to proposal positions from supplier proposal module
 /// </summary>
 /// <param name="ObjESupplier"></param>
 /// <returns></returns>
 public ESupplier SaveSupplierPrice(ESupplier ObjESupplier)
 {
     try
     {
         ObjESupplier = ObjDSupplier.SaveSupplierPrice(ObjESupplier);
     }
     catch (Exception ex)
     {
         throw;
     }
     return(ObjESupplier);
 }