Exemplo n.º 1
0
        public SubEntity GetNewEntity()
        {
            WlyUtilityBiz.Reg();


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

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