示例#1
0
 public static SupplyMaster EditSupply(String SupplyID)
 {
     try
     {
         Icontext objinter = new BALSupply();
         SupplyMaster Supply = (SupplyMaster)objinter.EditRecord(Convert.ToInt64(SupplyID));
         return Supply;
     }
     catch (Exception ex)
     {
         throw;
     }
 }