Apphbify.Tests.DataStoreTests.GetAllApps.GetAllApps C# (CSharp) 메소드

GetAllApps() 공개 메소드

public GetAllApps ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public GetAllApps()
        {
            _Apps = new DataStore().GetAllApps();
        }