Beispiel #1
0
        public SMSUserInfoBLL(DataConnectType dct)
        {
            _infomation = string.Empty;

            _dct = dct;

            model = new SMSUserInfoModel();
        }
Beispiel #2
0
        public SMSUserInfoBLL()
        {
            _infomation = string.Empty;

            _dct = DataConnectType.ServerDBDataService;

            model = new SMSUserInfoModel();
        }