Exemple #1
0
 public ActionResult <IEnumerable <BuildDefinition> > Get()
 {
     return(_dataStorage.BuildDefinitions());
 }