示例#1
0
 public DataTable GetCarPark(SqlConnection Con)
 {
     try
     {
         DtOC = OtherCostDL.GetCarpark(this, Con);
     }
     catch (Exception ce)
     {
         throw ce;
     }
     return(DtCarPark);
 }