C# Class Scrumers.Data.DataProvider

DataProvider store all datas and, when needed, request them to a XML or via API call (not implemented yet)
Mostrar archivo Open project: scrumers/Scrumers-for-WP7

Public Methods

Method Description
getProjects ( ) : List
getSprints ( ) : List
getStories ( ) : List
getTasks ( ) : List

Method Details

getProjects() public static method

public static getProjects ( ) : List
return List

getSprints() public static method

public static getSprints ( ) : List
return List

getStories() public static method

public static getStories ( ) : List
return List

getTasks() public static method

public static getTasks ( ) : List
return List