Apphbify.Tests.DataStoreTests.GetAllApps.GetAllApps C# (CSharp) Method

GetAllApps() public method

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