示例#1
0
 public static bool ChargeCodeUnit(string codename, string compid)
 {
     return(ProjectBudgetDBHelper.ChargeCodeUnit(codename, compid));
 }