Exemplo n.º 1
0
 public virtual int CountByTag(Guid tagId)
 {
     return(_innerRepository.CountByTag(tagId));
 }