Exemple #1
0
        public bool Update(Keeper kp)
        {
            KeeperInterface ti = dk.CreateKeeper();

            ti.Update(kp);
            return(dk.SaveChange());
        }