Esempio n. 1
0
 private bool ProductGroupExists(int id)
 {
     return(_productGroupRepository.EntityExists(id));
 }