コード例 #1
0
 public static int ListInput(string companycd, string projectid)
 {
     return(ProjectBudgetDBHelper.ListInput(companycd, projectid));
 }