示例#1
0
        public List <tprbaalcr> GetAllocationRule()
        {
            prbaalcrDal      dal = new prbaalcrDal();
            List <tprbaalcr> _lstAllocationRule = dal.GetSelectedRecords <tprbaalcr>(new List <ColumnInfo>()
            {
            });

            return(_lstAllocationRule);
        }
示例#2
0
 public prbaalcrBll()
 {
     dal     = new prbaalcrDal();
     baseDal = dal;
 }