Esempio n. 1
0
 public bool DeleteProducts(string productGroupId)
 {
     return(productDao.DeleteProducts(productGroupId));
 }