What does it mean? I used a list of list in ASP.NET MVC and sent them through ViewData of ActionResuls to retrieve it in views.
ViewData
ActionResuls
However, wh
I was able to just use using System.Collections.Generic; to get access to lists.
using System.Collections.Generic;