Ejemplo n.º 1
0
 public void DeleteFromCategor(int categoryId, int productId)
 {
     _categoryDal.DeleteFromCategor(categoryId, productId);
 }