예제 #1
0
 protected int CountProducts(object dataItem)
 {
     return(ProductDataSource.CountForProductTemplate(((ProductTemplate)dataItem).Id));
 }