コード例 #1
0
 public IEnumerable <ReportPeriodListR> GetFinPeriods(int BudgetID)
 {
     return(budrep.GetFinPeriods(BudgetID));
 }