Beispiel #1
0
 public virtual int CountByCategory(Guid categoryId)
 {
     return(_innerRepository.CountByCategory(categoryId));
 }