Beispiel #1
0
 public DataTable GetCarParktemplate(SqlConnection Con)
 {
     try
     {
         DtOC = OtherCostDL.GetCarTemplate(Con);
     }
     catch (Exception ce)
     {
         throw ce;
     }
     return(DtOC);
 }