Ejemplo n.º 1
0
 public int CountLinksForLabel(string label)
 {
     return(LinkDao.CountForLabel(label));
 }