コード例 #1
0
 /// <summary>
 ///		AccountId, OutlineLevel, Title, Target, Estimated, Actual
 /// </summary>
 public static IDataReader GetListTopLevelAccounts(int ProjectId)
 {
     return(DBFinance.GetListTopLevelAccounts(ProjectId));
 }