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