Esempio n. 1
0
        public void Delete()
        {
            ClaimDAL DAL = new ClaimDAL();

            DAL.Delete(this.ID);
        }