Kipunji.ModelFactory.GetIndex C# (CSharp) Method

GetIndex() public static method

public static GetIndex ( ) : List
return List
        public static List<AssemblyModel> GetIndex()
        {
            return adapter.GetIndex ();
        }