Beispiel #1
0
        internal int clSaveList(cl_lists item)
        {
            var res = db.clSaveList(item);

            return(res);
        }