public static ProductCategoryDAL getInstance() { if (instance == null) { instance = new ProductCategoryDAL(); } return instance; }
public static ProductCategoryDAL getInstance() { if (instance == null) { instance = new ProductCategoryDAL(); } return(instance); }