예제 #1
0
        public static string Insert(string name)
        {
            DtypeCustumer obj = new DtypeCustumer();

            obj.Name = name;
            return(obj.Insert(obj));
        }