示例#1
0
        public void WriteLandlordsLog(MobileParam mobileParam, long logId, MobileOperatingSystemType type)
        {
            //if (mobileParam.IsTest == null && logId > 0)
            //{
            //    LandlordLog log = new LandlordLog()
            //    {
            //        IMEI = mobileParam.IMEI,
            //        IMSI = mobileParam.IMSI,
            //        Channel = mobileParam.Manufacturer,
            //        LogId = logId,
            //        OSType = type
            //    };

            //    LogService.Add<LandlordLog>(log);
            //}
        }
 public void WriteLandlordsLog(MobileParam mobileParam, long logId, MobileOperatingSystemType type)
 {
     throw new NotImplementedException();
 }