Пример #1
0
        public static decimal GetApplyTotalCost(int AccountMonth, int OrganizeCity, int FeeType)
        {
            FNA_FeeApplyDAL dal = (FNA_FeeApplyDAL)DataAccess.CreateObject(DALClassName);

            return(dal.GetApplyTotalCost(AccountMonth, OrganizeCity, FeeType, false));
        }