using System.Collections.Generic; namespace NBF { public static class ItemDataHelper { public static List GetItemTabDataList(List list) where T : class { List ret = new List(); return ret; } } }