Ejemplo n.º 1
0
 public static int GetTotalOfFavorite(int userId, int nodeId)
 {
     return(dal.GetTotalOfFavorite());
 }