Esempio n. 1
0
 public bool Delete(object Id)
 {
     return(Articlecategory.Delete(Id) == 1);
 }