Ejemplo n.º 1
0
 public bool Delete(string id)
 {
     return(_infoDal.Deletecategory(id) > 0);
 }