示例#1
0
        public static string Delete(int id)
        {
            DSupplier Obj = new DSupplier();

            Obj.Id = id;


            return(Obj.Delete(Obj));
        }