コード例 #1
0
        public static bool DeleteContacto(string id)
        {
            HomePageBL homePageBL = new HomePageBL();


            bool resp = homePageBL.deleteContacto(Convert.ToInt32(id));

            return(true);
        }