Beispiel #1
0
 public int GetProductCount(string strWhere)
 {
     return(_dataAccess.GetProductCount(strWhere));
 }