Exemple #1
0
 public PM_PromotorSalaryBLL(int id, bool bycache)
     : base(DALClassName)
 {
     _dal = (PM_PromotorSalaryDAL)_DAL;
     FillModel(id, bycache);
 }
Exemple #2
0
        public int GetFloatingInfo(int Promotor, int AccountMonth, out decimal AvgSales, out decimal BaseFeeRate)
        {
            PM_PromotorSalaryDAL dal = (PM_PromotorSalaryDAL)DataAccess.CreateObject(DALClassName);

            return(dal.GetFloatingInfo(Promotor, AccountMonth, out AvgSales, out BaseFeeRate));
        }
Exemple #3
0
 ///<summary>
 ///PM_PromotorSalaryBLL
 ///</summary>
 public PM_PromotorSalaryBLL()
     : base(DALClassName)
 {
     _dal = (PM_PromotorSalaryDAL)_DAL;
     _m   = new PM_PromotorSalary();
 }