示例#1
0
 /// <summary>
 /// Code to update price to postions from price comparision module
 /// </summary>
 /// <param name="ObjESupplier"></param>
 /// <returns></returns>
 public ESupplier UpdateSupplierPrice(ESupplier ObjESupplier)
 {
     try
     {
         ObjESupplier = ObjDSupplier.UpdateSupplierPrice(ObjESupplier);
     }
     catch (Exception ex)
     {
         throw;
     }
     return(ObjESupplier);
 }