示例#1
0
 public static SupplyList ViewSupply(String SupplyID)
 {
     try
     {
         Icontext objinter = new BALSupply();
         SupplyList vwSupply = (SupplyList)objinter.ViewRecord(Convert.ToInt64(SupplyID));
         return vwSupply;
     }
     catch (Exception ex)
     {
         throw;
     }
 }