Exemplo n.º 1
0
        public DataSet delete_Company(int i) //delete company
        {
            CompanyCAD c  = new CompanyCAD();
            DataSet    ds = c.deleteCompany(this, i);

            return(ds);
        }
Exemplo n.º 2
0
        public void delete_Company()
        {
            CompanyCAD c = new CompanyCAD();

            c.deleteCompany(this);
        }