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


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

            info.Account  = "123";
            info.Password = "******";
            return(new SubEntity(info));
        }
Beispiel #2
0
 public SubEntity(SubAccountInfo info) : base(info)
 {
     m_subAccountInfo = info;
 }