Beispiel #1
0
        public void Update(int UserTypesKey,string UserTypeDescription)
        {
            UserType item = new UserType();
            item.MarkOld();
            item.IsLoaded = true;

            item.UserTypesKey = UserTypesKey;

            item.UserTypeDescription = UserTypeDescription;

            item.Save(UserName);
        }