예제 #1
0
        public static string update(int id, string name)
        {
            DtypeCustumer obj = new DtypeCustumer();

            obj.Id   = id;
            obj.Name = name;
            return(obj.Update(obj));
        }