Exemplo n.º 1
0
 public static IList <FavoriteInfo> GetList(int startRowIndexId, int maxNumberRows, int userId, int nodeId)
 {
     return(dal.GetList(startRowIndexId, maxNumberRows, userId, nodeId));
 }