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

            obj.Id = id;
            return(obj.Delete(obj));
        }