Example #1
0
        override public void UpdatePosition(int index, string deviceLanguage,  BusinessLayer.User user)
        {
            // Update the position in the DB
            DataAccessLayer.DAL_Anfrage dal_Anfrage = new DataAccessLayer.DAL_Anfrage();
            this.Positions[index] = dal_Anfrage.UpdatePosition(this, this.Positions[index ], deviceLanguage, ref user);
            this.Wert = this.Positions[index].KpfWert;

        }