示例#1
0
        public static DataTable GetByOrganizeCity(int OrganizeCIty, int AccountMonth, int Client, int ISMYD, int FLType)
        {
            CM_FLApply_BaseDAL dal = (CM_FLApply_BaseDAL)DataAccess.CreateObject(DALClassName);

            return(Tools.ConvertDataReaderToDataTable(dal.GetByOrganizeCity(OrganizeCIty, AccountMonth, Client, ISMYD, FLType)));
        }
示例#2
0
        public static DataTable GetByDIClient(int OrganizeCIty, int AccountMonth, int DIClient)
        {
            CM_FLApply_BaseDAL dal = (CM_FLApply_BaseDAL)DataAccess.CreateObject(DALClassName);

            return(Tools.ConvertDataReaderToDataTable(dal.GetByDIClient(OrganizeCIty, AccountMonth, DIClient)));
        }
示例#3
0
 public CM_FLApply_BaseBLL(int id)
     : base(DALClassName)
 {
     _dal = (CM_FLApply_BaseDAL)_DAL;
     FillModel(id);
 }
示例#4
0
 public CM_FLApply_BaseBLL(int id, bool bycache)
     : base(DALClassName)
 {
     _dal = (CM_FLApply_BaseDAL)_DAL;
     FillModel(id, bycache);
 }
示例#5
0
 ///<summary>
 ///CM_FLApply_BaseBLL
 ///</summary>
 public CM_FLApply_BaseBLL()
     : base(DALClassName)
 {
     _dal = (CM_FLApply_BaseDAL)_DAL;
     _m   = new CM_FLApply_Base();
 }