Exemplo n.º 1
0
        ///<summary>
        ///  Update the Typed StockInfo Entity with modified mock values.
        ///</summary>
        static public void UpdateMockInstance(TransactionManager tm, StockInfo mock)
        {
            StockInfoTest.UpdateMockInstance_Generated(tm, mock);

            // make any alterations necessary
            // (i.e. for DB check constraints, special test cases, etc.)
            SetSpecialTestData(mock);
        }