Beispiel #1
0
        public static string Delete(int idcategory)
        {
            DataCategory obj = new DataCategory();

            obj.IdCategory = idcategory;

            return(obj.Delete(obj));
        }
Beispiel #2
0
 public void Delete(int ID)
 {
     target.Delete(ID);
 }