Exemple #1
0
        public SubEntity GetNewEntity()
        {
            WlyUtilityBiz.Reg();


            SubAccountInfo info = new SubAccountInfo(MathHelper.GetNewGuid());

            info.Account  = "123";
            info.Password = "******";
            return(new SubEntity(info));
        }